hexchat/src/common/plugin-timer.h

8 lines
204 B
C
Raw Normal View History

#ifndef HEXCHAT_PLUGIN_TIMER_H
#define HEXCHAT_PLUGIN_TIMER_H
2011-02-23 22:14:30 -05:00
2012-10-30 03:42:48 -04:00
int timer_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name,
2011-02-23 22:14:30 -05:00
char **plugin_desc, char **plugin_version, char *arg);
#endif