mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Don't name vars in prototypes
This commit is contained in:
parent
29701b4878
commit
4abc9f0b46
6
noice.c
6
noice.c
|
@ -103,10 +103,10 @@ int idle;
|
||||||
* '------
|
* '------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void printmsg(char *msg);
|
void printmsg(char *);
|
||||||
void printwarn(void);
|
void printwarn(void);
|
||||||
void printerr(int ret, char *prefix);
|
void printerr(int, char *);
|
||||||
char *mkpath(char *dir, char *name);
|
char *mkpath(char *, char *);
|
||||||
|
|
||||||
#undef dprintf
|
#undef dprintf
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in a new issue