diff options
Diffstat (limited to 'src/boot/bootctl-install.h')
-rw-r--r-- | src/boot/bootctl-install.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/boot/bootctl-install.h b/src/boot/bootctl-install.h new file mode 100644 index 0000000..cd4b725 --- /dev/null +++ b/src/boot/bootctl-install.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +int verb_install(int argc, char *argv[], void *userdata); +int verb_remove(int argc, char *argv[], void *userdata); +int verb_is_installed(int argc, char *argv[], void *userdata); |