c.sexchat/src/common/plugin-timer.h

8 lines
202 B
C
Raw Normal View History

#ifndef HEXCHAT_PLUGIN_TIMER_H
#define HEXCHAT_PLUGIN_TIMER_H
2011-02-24 04:14:30 +01:00
int timer_plugin_init (xchat_plugin *plugin_handle, char **plugin_name,
char **plugin_desc, char **plugin_version, char *arg);
#endif