mirror of
https://github.com/systemd/systemd.git
synced 2026-07-22 15:30:54 +00:00
Let's clean up our function naming a bit, and always name the verb_xyz(), where the xyz maps to the command line verb as closely as possible. No actual code changes, just an attempt to make the systemctl sources a bit more systematic, and less surprising.
6 lines
195 B
C
6 lines
195 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int verb_log_setting(int argc, char *argv[], void *userdata);
|
|
int verb_service_log_setting(int argc, char *argv[], void *userdata);
|