hexchat/src/common/plugin-timer.h

8 lines
198 B
C
Raw Normal View History

2011-02-23 22:14:30 -05:00
#ifndef XCHAT_PLUGIN_TIMER_H
#define XCHAT_PLUGIN_TIMER_H
int timer_plugin_init (xchat_plugin *plugin_handle, char **plugin_name,
char **plugin_desc, char **plugin_version, char *arg);
#endif