mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-21 02:09:09 +00:00
Fix -Werror=strict-prototypes
This commit is contained in:
@@ -67,7 +67,7 @@ searpc_server_reopen_slow_log (const char *slow_log_path);
|
||||
* Free the server structure.
|
||||
*/
|
||||
LIBSEARPC_API
|
||||
void searpc_server_final ();
|
||||
void searpc_server_final (void);
|
||||
|
||||
/**
|
||||
* searpc_create_service:
|
||||
|
Reference in New Issue
Block a user