diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 17:44:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 17:44:38 +0000 |
commit | 7c1488c4ebbb4fd0cb209a2b1939037578d8a69d (patch) | |
tree | 0fe8bb14c9fdab83241ede8292c083a52f21ce67 /include/ctables.h | |
parent | f99478acd5f536c234c6a5ae26d5e51e734e9494 (diff) |
Tidying of stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2427 e03df62e-2008-0410-955e-edbf42e46eb7
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 */ |