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