src/network/core/core.cpp
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 6447 3b71e57fd22b
--- a/src/network/core/core.cpp	Mon Mar 19 09:33:17 2007 +0000
+++ b/src/network/core/core.cpp	Mon Mar 19 12:38:16 2007 +0000
@@ -21,7 +21,7 @@
  * Initializes the network core (as that is needed for some platforms
  * @return true if the core has been initialized, false otherwise
  */
-bool NetworkCoreInitialize(void)
+bool NetworkCoreInitialize()
 {
 #if defined(__MORPHOS__) || defined(__AMIGA__)
 	/*
@@ -72,7 +72,7 @@
 /**
  * Shuts down the network core (as that is needed for some platforms
  */
-void NetworkCoreShutdown(void)
+void NetworkCoreShutdown()
 {
 #if defined(__MORPHOS__) || defined(__AMIGA__)
 	/* free allocated resources */