From 2da0322329643512fdef2131b3e8666989dd8f26 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Feb 2014 22:13:34 +0100 Subject: command: make argc unsigned --- src/command/NeighborCommands.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/NeighborCommands.hxx') diff --git a/src/command/NeighborCommands.hxx b/src/command/NeighborCommands.hxx index 64a7fe120..7fb309aeb 100644 --- a/src/command/NeighborCommands.hxx +++ b/src/command/NeighborCommands.hxx @@ -31,6 +31,6 @@ bool neighbor_commands_available(const Instance &instance); CommandResult -handle_listneighbors(Client &client, int argc, char *argv[]); +handle_listneighbors(Client &client, unsigned argc, char *argv[]); #endif -- cgit v1.2.3