catserv_messages.h

Go to the documentation of this file.
00001 #ifndef CATSERV_MESSAGES_H
00002 #define CATSERV_MESSAGES_H
00003 
00004 #include "module.h"
00005 
00006 CommandHash *Catserv_cmdTable[MAX_CMD_HASH];
00007 void addMessageList(void);
00008 
00009 #endif
00010