commit | ac6f562b5249511cdb4a9be0d6a7ce088ed13b54 | [log] [tgz] |
---|---|---|
author | Stefan Huehner <stefan@huehner.org> | Mon Jun 20 14:18:03 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 20 14:18:03 2005 +0000 |
tree | 4d31adfaa8448a15bee700aa816492ef062af6a8 | |
parent | 75d88907ffa00e7d5d602ad9befcebcc81698f85 [diff] [blame] |
Fix more -Wstrict-prototypes warnings.
diff --git a/dlls/winsock/tests/protocol.c b/dlls/winsock/tests/protocol.c index ebc9bd7..da3826f 100644 --- a/dlls/winsock/tests/protocol.c +++ b/dlls/winsock/tests/protocol.c
@@ -27,7 +27,7 @@ #include "wine/test.h" -static void test_WSAEnumProtocolsA() +static void test_WSAEnumProtocolsA(void) { INT ret; DWORD len = 0; @@ -62,7 +62,7 @@ } } -static void test_WSAEnumProtocolsW() +static void test_WSAEnumProtocolsW(void) { INT ret; DWORD len = 0;