summary refs log tree commit diff stats
path: root/src/common/plugin-timer.h
blob: 4b4f0d8d56d5ad16e2fe44fe9d53d42beaf94d7e (plain) (blame)
1
2
3
4
5
6
7
#ifndef HEXCHAT_PLUGIN_TIMER_H
#define HEXCHAT_PLUGIN_TIMER_H

int timer_plugin_init (xchat_plugin *plugin_handle, char **plugin_name,
				char **plugin_desc, char **plugin_version, char *arg);

#endif