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:
@@ -44,7 +44,7 @@ struct _SearpcClient {
|
||||
typedef struct _SearpcClient LIBSEARPC_API SearpcClient;
|
||||
|
||||
LIBSEARPC_API
|
||||
SearpcClient *searpc_client_new ();
|
||||
SearpcClient *searpc_client_new (void);
|
||||
|
||||
LIBSEARPC_API void
|
||||
searpc_client_free (SearpcClient *client);
|
||||
|
Reference in New Issue
Block a user