Crossfire Server, Branches 1.12  R18729
cflogger_proto.h
Go to the documentation of this file.
1 /* cflogger.c */
2 int initPlugin(const char *iversion, f_plug_api gethooksptr);
3 void *getPluginProperty(int *type, ...);
4 int cflogger_runPluginCommand(object *op, char *params);
5 void *eventListener(int *type, ...);
6 void *cflogger_globalEventListener(int *type, ...);
7 int postInitPlugin(void);
8 int closePlugin(void);
void * cflogger_globalEventListener(int *type,...)
Definition: cflogger.c:624
int cflogger_runPluginCommand(object *op, char *params)
Definition: cflogger.c:598
void * eventListener(int *type,...)
Definition: cfanim.c:1129
void *(* f_plug_api)(int *type,...)
Definition: plugin.h:121
int postInitPlugin(void)
Definition: cfanim.c:1106
int initPlugin(const char *iversion, f_plug_api gethooksptr)
Definition: cfanim.c:1068
int closePlugin(void)
Definition: cfanim.c:1167
void * getPluginProperty(int *type,...)
Definition: cfanim.c:1076