diff -r 63317b6c3eab tools/console/daemon/io.c --- a/tools/console/daemon/io.c Mon Jul 14 15:21:03 2008 +0100 +++ b/tools/console/daemon/io.c Tue Jul 15 10:55:27 2008 +0200 @@ -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;