From 7d6eaf26373c5eb38c8057987a504ff902096382 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Mon, 2 Apr 2012 14:07:33 +0100 Subject: [PATCH] ldlinux: Add print_labels() prototype to config.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ... to fix the following build warning, cli.c: In function ‘edit_cmdline’: cli.c:411:3: warning: implicit declaration of function ‘print_labels’ Signed-off-by: Matt Fleming --- com32/elflink/ldlinux/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/elflink/ldlinux/config.h b/com32/elflink/ldlinux/config.h index f616a8d..1e78c2c 100644 --- a/com32/elflink/ldlinux/config.h +++ b/com32/elflink/ldlinux/config.h @@ -38,6 +38,7 @@ 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 print_labels(const char *prefix, size_t len); extern void eprintf(const char *filename, ...); -- 2.7.4