X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Fncurses%2Fnc-cui.h;h=694ebd1fbaceaa9a291dc7e6834620a2ccb55560;hb=2b49a92ff84a8ec06ec0f97e36f0f813eaa46764;hp=ff735ae444be2ee37724c83ae31ec67998a58c64;hpb=9330aba60a05a8d9889dab42bc92b9ebbc55941b;p=petitboot diff --git a/ui/ncurses/nc-cui.h b/ui/ncurses/nc-cui.h index ff735ae..694ebd1 100644 --- a/ui/ncurses/nc-cui.h +++ b/ui/ncurses/nc-cui.h @@ -59,6 +59,7 @@ struct cui { struct sysinfo_screen *sysinfo_screen; struct config *config; struct config_screen *config_screen; + struct add_url_screen *add_url_screen; struct boot_editor *boot_editor; struct lang_screen *lang_screen; struct help_screen *help_screen; @@ -80,7 +81,9 @@ void cui_show_config(struct cui *cui); void cui_show_lang(struct cui *cui); void cui_show_help(struct cui *cui, const char *title, const struct help_text *text); +void cui_show_add_url(struct cui *cui); int cui_send_config(struct cui *cui, struct config *config); +int cui_send_url(struct cui *cui, char *url); void cui_send_reinit(struct cui *cui); /* convenience routines */