mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 08:45:56 +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
172 B
C
6 lines
172 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int verb_cat(int argc, char *argv[], void *userdata);
|
|
int verb_edit(int argc, char *argv[], void *userdata);
|