diff options
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ctables.h b/include/ctables.h index 5926f3a2a..3666718b6 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -20,6 +20,9 @@ #include "inspircd_config.h" #include "inspircd.h" #include "base.h" +#include "typedefs.h" + +typedef void (handlerfunc) (char**, int, userrec*); /** A structure that defines a command */ |