diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 17:46:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 17:46:22 +0000 |
commit | a467c0fe9e901e65109b036a4beb0667f74dadd8 (patch) | |
tree | a992260d08c112a78576217affd14d9e6cf0d723 /include/inspircd.h | |
parent | 7c1488c4ebbb4fd0cb209a2b1939037578d8a69d (diff) |
Shitty include loops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2428 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index a7c863d53..807b6cbaf 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -67,6 +67,8 @@ #define IS_REMOTE(x) (x->fd < 0) #define IS_MODULE_CREATED(x) (x->fd == FD_MAGIC_NUMBER) +typedef void (handlerfunc) (char**, int, userrec*); + class serverstats { public: |