From 7eb8d34c180bf88522822ebd487747ad7353335a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 15 Jul 2008 13:19:26 +0100 Subject: tools: Declare functions static where they should be, and provide proper prototypes for others as required. Signed-off-by: Christoph Egger --- tools/console/daemon/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/console') diff --git a/tools/console/daemon/io.c b/tools/console/daemon/io.c index 1a3f243a36..16a0b6c27e 100644 --- a/tools/console/daemon/io.c +++ b/tools/console/daemon/io.c @@ -471,7 +471,7 @@ out: } /* Takes tuples of names, scanf-style args, and void **, NULL terminated. */ -int xs_gather(struct xs_handle *xs, const char *dir, ...) +static int xs_gather(struct xs_handle *xs, const char *dir, ...) { va_list ap; const char *name; -- cgit v1.2.3