]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-auth.h
discover/grub2: Allow to separate the --id argument using a space char
[petitboot] / ui / ncurses / nc-auth.h
index e8e41482b32b29ca9cef062991a0c7b41389db6f..0473c922b51e2a0a3b44ac334248c4e4f8bfdb9e 100644 (file)
@@ -24,6 +24,7 @@ struct auth_screen;
 
 struct auth_screen *auth_screen_init(struct cui *cui,
                WINDOW *pad, bool set_password,
+               const struct device *dev,
                void (callback)(struct nc_scr *),
                void (*on_exit)(struct cui *));