summaryrefslogtreecommitdiffstats
path: root/src/boot/bootctl-status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/bootctl-status.h')
-rw-r--r--src/boot/bootctl-status.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/boot/bootctl-status.h b/src/boot/bootctl-status.h
index f7998a3..6fd4365 100644
--- a/src/boot/bootctl-status.h
+++ b/src/boot/bootctl-status.h
@@ -1,5 +1,9 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#include "varlink.h"
+
int verb_status(int argc, char *argv[], void *userdata);
int verb_list(int argc, char *argv[], void *userdata);
int verb_unlink(int argc, char *argv[], void *userdata);
+
+int vl_method_list_boot_entries(Varlink *link, JsonVariant *parameters, VarlinkMethodFlags flags, void *userdata);