src/network/core/core.cpp
changeset 6247 7d81e3a5d803
parent 6121 2aae24b0881f
--- a/src/network/core/core.cpp	Tue Mar 06 23:42:30 2007 +0000
+++ b/src/network/core/core.cpp	Wed Mar 07 11:47:46 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 */