diff options
Diffstat (limited to 'src/systemctl/systemctl-compat-shutdown.h')
-rw-r--r-- | src/systemctl/systemctl-compat-shutdown.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemctl/systemctl-compat-shutdown.h b/src/systemctl/systemctl-compat-shutdown.h new file mode 100644 index 0000000..7acf941 --- /dev/null +++ b/src/systemctl/systemctl-compat-shutdown.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +int shutdown_parse_argv(int argc, char *argv[]); |