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

                              
 
                                                                         


                                                                                      
#ifndef HEXCHAT_PLUGIN_TIMER_H
#define HEXCHAT_PLUGIN_TIMER_H

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

#endif