diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 08:42:48 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 08:42:48 +0100 |
commit | e681eafa78262d0c177832d67900687f2c938081 (patch) | |
tree | 5668476e046c505b9f3fcc8c53b6e0971c146978 /src/common/plugin-timer.h | |
parent | 97dc13fde70810abf07985f45ac459560eae6e96 (diff) |
Rebranding for the rest of plugin*
Diffstat (limited to 'src/common/plugin-timer.h')
-rw-r--r-- | src/common/plugin-timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin-timer.h b/src/common/plugin-timer.h index 4b4f0d8d..6be73760 100644 --- a/src/common/plugin-timer.h +++ b/src/common/plugin-timer.h @@ -1,7 +1,7 @@ #ifndef HEXCHAT_PLUGIN_TIMER_H #define HEXCHAT_PLUGIN_TIMER_H -int timer_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, +int timer_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name, char **plugin_desc, char **plugin_version, char *arg); #endif |