explicitely declare void function argg and static functions

This commit is contained in:
marschap
2007-04-11 11:48:01 +00:00
parent 25c18aa3df
commit 23f9b667f7
6 changed files with 94 additions and 79 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
extern unsigned short vc_width, vc_height;
extern unsigned short vc_cursor_x, vc_cursor_y;
extern char * vc_buf;
extern char *vc_buf;
int open_vcs();
int read_vcdata();
int open_vcs(void);
int read_vcdata(void);
#endif