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-24 06:14:30 +03:00
2012-10-30 11:42:48 +04:00
int timer_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name,
2011-02-24 06:14:30 +03:00
char **plugin_desc, char **plugin_version, char *arg);
#endif