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