Fix compile issue with double typedefs.
This commit is contained in:
parent
458c7fa741
commit
216757a1f4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue