]> git.ozlabs.org Git - petitboot/blobdiff - petitboot.h
Print ststus message when booting
[petitboot] / petitboot.h
index a77bfef7c864e2035e18f55824ce785ef94c7dd5..893be04605e9614ed846c5828cbc28f767c2e053 100644 (file)
@@ -1,5 +1,6 @@
 
 #include <libtwin/twin.h>
+#include <stdarg.h>
 
 #define LOG(fmt...)    printf(fmt)
 
@@ -14,4 +15,4 @@ int pboot_remove_device(const char *dev_id);
 
 int pboot_start_device_discovery(int udev_trigger);
 void pboot_exec_option(void *data);
-void pboot_message(const char *message);
+void pboot_message(const char *fmt, ...);