mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-21 18:27:37 +00:00
Fix -Werror=strict-prototypes
This commit is contained in:
@@ -36,7 +36,7 @@ static void clean_objlist(GList *list)
|
||||
|
||||
|
||||
SearpcClient *
|
||||
searpc_client_new ()
|
||||
searpc_client_new (void)
|
||||
{
|
||||
return g_new0 (SearpcClient, 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user