From e76e3245de4cddee3d7921cc67f1bfd30ce9cabd Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 28 Sep 2011 19:18:26 +0200 Subject: Revert "find_by_id: Fix lookup" This reverts commit c1cf0a71cfd8aa3441e57592e17de0d34823d305. --- src/commands.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index a348f17..6ea8c67 100644 --- a/src/commands.h +++ b/src/commands.h @@ -5,8 +5,7 @@ struct cmumble_context; struct cmumble_command { const char *name; - void (*callback)(struct cmumble_context *, - int argc, const char *argv); + void (*callback)(struct cmumble_context *); const char *description; }; -- cgit