* Sync with recent trunk (r52637).
[reactos.git] / base / applications / network / net / net.h
index d86af56..594bbb8 100644 (file)
@@ -13,8 +13,8 @@
 #include <stdlib.h>
 #include <windows.h>
 
-void help();
-int unimplemented();
+void help(void);
+int unimplemented(void);
 
 
 INT cmdHelp(INT argc, CHAR **argv);