Do not name parameters in mkpath.h either - smdev - suckless mdev
 (HTM) git clone git://git.suckless.org/smdev
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 90f6363c5771f1cbfde3bc7f8dd125ac0c7959bf
 (DIR) parent 4dadb2182fb9d710eb110159c298a5591c784eaa
 (HTM) Author: sin <sin@2f30.org>
       Date:   Sun, 28 Sep 2014 13:18:34 +0100
       
       Do not name parameters in mkpath.h either
       
       Diffstat:
         M mkpath.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/mkpath.h b/mkpath.h
       @@ -1,2 +1,2 @@
        /* See LICENSE file for copyright and license details. */
       -int mkpath(const char *path, mode_t mode);
       +int mkpath(const char *, mode_t);