Crossfire Server, Branch 1.12  R12190
cflogger_proto.h
Go to the documentation of this file.
00001 /* cflogger.c */
00002 int initPlugin(const char *iversion, f_plug_api gethooksptr);
00003 void *getPluginProperty(int *type, ...);
00004 int cflogger_runPluginCommand(object *op, char *params);
00005 void *eventListener(int *type, ...);
00006 void *cflogger_globalEventListener(int *type, ...);
00007 int postInitPlugin(void);
00008 int closePlugin(void);