]> Sergey Matveev's repositories - nnn.git/commitdiff
Don't name vars in prototypes
authorsin <sin@2f30.org>
Thu, 26 Nov 2015 15:35:53 +0000 (15:35 +0000)
committersin <sin@2f30.org>
Thu, 26 Nov 2015 15:35:53 +0000 (15:35 +0000)
noice.c

diff --git a/noice.c b/noice.c
index 09568dccaa5955f3c382100e48f90d17443a8fea..60423e7751c9190635ec727c670189c1c7871cbd 100644 (file)
--- a/noice.c
+++ b/noice.c
@@ -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