Browse Source

Don't name vars in prototypes

master
sin 9 years ago
parent
commit
4abc9f0b46
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      noice.c

+ 3
- 3
noice.c View File

@@ -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


||||||
x
 
000:0
Loading…
Cancel
Save