mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-19 09:12:39 +00:00
Fix -Werror=strict-prototypes
This commit is contained in:
@@ -248,7 +248,7 @@ searpc_server_reopen_slow_log (const char *slow_log_path)
|
||||
#endif
|
||||
|
||||
void
|
||||
searpc_server_final()
|
||||
searpc_server_final(void)
|
||||
{
|
||||
g_hash_table_destroy (service_table);
|
||||
g_hash_table_destroy (marshal_table);
|
||||
|
Reference in New Issue
Block a user