hi,
attached patch converts 2 more function from () -> (void).
Regards,
Stefan
Index: lib/netplay/netlog.c
===================================================================
--- lib/netplay/netlog.c (revision 358)
+++ lib/netplay/netlog.c (working copy)
@@ -14,7 +14,7 @@
static PHYSFS_file *pFileHandle;
-BOOL NETstartLogging()
+BOOL NETstartLogging(void)
{
time_t aclock;
struct tm *newtime;
@@ -33,7 +33,7 @@
return TRUE;
}
-BOOL NETstopLogging()
+BOOL NETstopLogging(void)
{
if (!PHYSFS_close(pFileHandle))
{
Index: lib/netplay/netlog.h
===================================================================
--- lib/netplay/netlog.h (revision 358)
+++ lib/netplay/netlog.h (working copy)
@@ -1,3 +1,3 @@
-BOOL NETstartLogging();
-BOOL NETstopLogging();
+BOOL NETstartLogging(void);
+BOOL NETstopLogging(void);
BOOL NETlogEntry( CHAR *str, UDWORD a, UDWORD b );
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev