explicitely declare void function args and static functions

This commit is contained in:
marschap
2007-04-11 12:30:15 +00:00
parent dbecc44205
commit 9d76abd93a
6 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
#include "main.h"
int mode_init();
void mode_close();
int mode_init(void);
void mode_close(void);
int update_screen(mode * m, int display);