1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-31 05:47:30 +03:00
systemd/src/systemctl/systemctl-clean-or-freeze.h
Lennart Poettering 32baf64d5a systemctl: systematically rename verb entrypoints verb_xyz()
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.
2022-02-22 14:15:07 +01:00

5 lines
129 B
C

/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
int verb_clean_or_freeze(int argc, char *argv[], void *userdata);