From 216757a1f4aacdbc4900bd687e1fcfbc4aeebfe6 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Wed, 2 May 2012 00:29:25 +0200 Subject: [PATCH] Fix compile issue with double typedefs. --- src/core/commands.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/commands.h b/src/core/commands.h index 6f77534..fab6ff0 100644 --- a/src/core/commands.h +++ b/src/core/commands.h @@ -24,9 +24,6 @@ struct command_base; struct command_handle; struct hub_command; -typedef int (*command_handler)(struct command_base* cbase, struct hub_user* user, struct hub_command* cmd); - - /** * Argument codes are used to automatically parse arguments * for a a hub command.