From adf20c0c4d9f488d55254f54a79079b9cacbde8d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 Aug 2009 09:38:37 +0200 Subject: adjust const "**" pointers to avoid warnings Also, ... * src/generator.ml: Add DeviceList type, and propagate that change out to all calling/interface code. --- daemon/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/debug.c') diff --git a/daemon/debug.c b/daemon/debug.c index 58a50619..b4285887 100644 --- a/daemon/debug.c +++ b/daemon/debug.c @@ -67,7 +67,7 @@ static struct cmd cmds[] = { #endif char * -do_debug (const char *subcmd MAYBE_UNUSED, char **argv MAYBE_UNUSED) +do_debug (const char *subcmd MAYBE_UNUSED, char *const *argv MAYBE_UNUSED) { #if ENABLE_DEBUG_COMMAND int argc, i; -- cgit