Fix compile issue with double typedefs.

This commit is contained in:
Jan Vidar Krey 2012-05-02 00:29:25 +02:00
parent 458c7fa741
commit 216757a1f4
1 changed files with 0 additions and 3 deletions

View File

@ -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.