mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
Fix strict prototype warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user