summaryrefslogtreecommitdiff
path: root/src/command/NeighborCommands.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-28 22:13:34 +0100
committerMax Kellermann <max@duempel.org>2014-06-16 19:50:34 +0200
commit2da0322329643512fdef2131b3e8666989dd8f26 (patch)
tree3d7109d87ce4bb4d334d421816311881ffdda435 /src/command/NeighborCommands.hxx
parentfefb35c782141b96a118dc09bddc9d588b4c2d82 (diff)
command: make argc unsigned
Diffstat (limited to 'src/command/NeighborCommands.hxx')
-rw-r--r--src/command/NeighborCommands.hxx2
1 files changed, 1 insertions, 1 deletions
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