diff options
Diffstat (limited to 'com32/elflink/ldlinux/config.h')
-rw-r--r-- | com32/elflink/ldlinux/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/elflink/ldlinux/config.h b/com32/elflink/ldlinux/config.h index c34b2cc6..f616a8d6 100644 --- a/com32/elflink/ldlinux/config.h +++ b/com32/elflink/ldlinux/config.h @@ -37,6 +37,7 @@ extern const char *default_cmd; //"default" command line extern const char *onerror; //"onerror" command line extern void cat_help_file(int key); +extern struct menu_entry *find_label(const char *str); extern void eprintf(const char *filename, ...); |