9 lines
315 B
C
9 lines
315 B
C
/* cflogger.c */
|
|
int initPlugin(const char *iversion, f_plug_api gethooksptr);
|
|
void *getPluginProperty(int *type, ...);
|
|
int cflogger_runPluginCommand(object *op, char *params);
|
|
void *eventListener(int *type, ...);
|
|
void *cflogger_globalEventListener(int *type, ...);
|
|
int postInitPlugin(void);
|
|
int closePlugin(void);
|