X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Fncurses%2Fnc-ked.h;h=62fddd66f52cc2d5e4ace20e7086578b152039aa;hb=264444f2ae0387a113215c8f2fc619d6c467dfb2;hp=36ed4f17520fd331f73edaa735e627a4a92e3119;hpb=fb613e9e67ae52ba07585845f52d751916cf480a;p=petitboot diff --git a/ui/ncurses/nc-ked.h b/ui/ncurses/nc-ked.h index 36ed4f1..62fddd6 100644 --- a/ui/ncurses/nc-ked.h +++ b/ui/ncurses/nc-ked.h @@ -20,6 +20,7 @@ #define _PB_NC_KED_H #include +#include /* This must be included before ncurses.h */ #include #include "pb-protocol/pb-protocol.h" @@ -40,13 +41,11 @@ enum ked_attr_cursor { * enum ked_result - Result code for ked:on_exit(). * @ked_cancel: The user canceled the operation. * @ked_update: The args were updated. - * @ked_boot: The user requested a boot of this item. */ enum ked_result { ked_cancel, ked_update, - ked_boot, }; /**