diff options
Diffstat (limited to 'com32/elflink/modules/menu.h')
-rw-r--r-- | com32/elflink/modules/menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/elflink/modules/menu.h b/com32/elflink/modules/menu.h index 90b54a54..8041fc97 100644 --- a/com32/elflink/modules/menu.h +++ b/com32/elflink/modules/menu.h @@ -184,6 +184,8 @@ extern const int message_base_color, menu_color_table_size; int mygetkey(clock_t timeout); int show_message_file(const char *filename, const char *background); +extern void print_labels(const char *prefix, size_t len); + /* passwd.c */ int passwd_compare(const char *passwd, const char *entry); |