From 4abc9f0b4601b530cf3d5aaefa1f745eb958680c Mon Sep 17 00:00:00 2001 From: sin Date: Thu, 26 Nov 2015 15:35:53 +0000 Subject: [PATCH] Don't name vars in prototypes --- noice.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/noice.c b/noice.c index 09568dcc..60423e77 100644 --- 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