Don't name vars in prototypes - noice - small file browser (mirror / fork from 2f30.org)
 (HTM) git clone git://git.codemadness.org/noice
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4abc9f0b4601b530cf3d5aaefa1f745eb958680c
 (DIR) parent 29701b48781ca01c8a9747c1baf196423e02081f
 (HTM) Author: sin <sin@2f30.org>
       Date:   Thu, 26 Nov 2015 15:35:53 +0000
       
       Don't name vars in prototypes
       
       Diffstat:
         M noice.c                             |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git 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