mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-13 12:55:01 -05:00
8 lines
198 B
C
8 lines
198 B
C
|
#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
|