diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 01:27:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 01:27:44 +0000 |
commit | bf4193e8a3333843da243b9bce6bb01c96cd110d (patch) | |
tree | a7331449f766c047f39978d2d2c4ee2f765b471d /include/ctables.h | |
parent | 7a51b2bed1cdc0e6c2522f2b2d10f3f787ff677d (diff) |
added mode.h/mode.cpp and seperated mode functions into it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@666 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ctables.h b/include/ctables.h index ab39bf5f3..cd3dc83a7 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -20,8 +20,6 @@ #ifndef __CTABLES_H__ #define __CTABLES_H__ -typedef void (handlerfunc) (char**, int, userrec*); - /** A structure that defines a command */ class command_t : public classbase |