diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-02-18 08:57:22 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-02-18 08:57:22 -0500 |
commit | aab881fda26578edb5c17a705069e55e8c612f29 (patch) | |
tree | b78d8a2646f0b9edb08060c095b21baed29de5d3 /src/common/plugin-identd.h | |
parent | 05385f247917cae2d15f648e1983e0d82b9ae923 (diff) |
Fix strict prototype warnings
Diffstat (limited to 'src/common/plugin-identd.h')
-rw-r--r-- | src/common/plugin-identd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin-identd.h b/src/common/plugin-identd.h index 5efc2600..6aee9f6d 100644 --- a/src/common/plugin-identd.h +++ b/src/common/plugin-identd.h @@ -23,6 +23,6 @@ int identd_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name, char **plugin_desc, char **plugin_version, char *arg); -int identd_plugin_deinit (); +int identd_plugin_deinit (void); #endif |