Shitty include loops

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2428 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2005-12-14 17:46:22 +00:00
parent 7c1488c4eb
commit a467c0fe9e
2 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,6 @@
#include "base.h"
#include "typedefs.h"
typedef void (handlerfunc) (char**, int, userrec*);
/** A structure that defines a command
*/
class command_t : public Extensible

View File

@ -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: