mirror of
https://github.com/systemd/systemd.git
synced 2025-01-31 05:47:30 +03:00
32baf64d5a
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
180 B
C
6 lines
180 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int verb_bind(int argc, char *argv[], void *userdata);
|
|
int verb_mount_image(int argc, char *argv[], void *userdata);
|