Don't name vars in prototypes

This commit is contained in:
sin 2015-11-26 15:35:53 +00:00
parent 29701b4878
commit 4abc9f0b46
1 changed files with 3 additions and 3 deletions

View File

@ -103,10 +103,10 @@ int idle;
* '------
*/
void printmsg(char *msg);
void printmsg(char *);
void printwarn(void);
void printerr(int ret, char *prefix);
char *mkpath(char *dir, char *name);
void printerr(int, char *);
char *mkpath(char *, char *);
#undef dprintf
int