mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Shitty include loops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2428 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
7c1488c4eb
commit
a467c0fe9e
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user