Do not name parameters in mkpath.h either - smdev - suckless mdev | |
git clone git://git.suckless.org/smdev | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 90f6363c5771f1cbfde3bc7f8dd125ac0c7959bf | |
parent 4dadb2182fb9d710eb110159c298a5591c784eaa | |
Author: sin <[email protected]> | |
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(-) | |
--- | |
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); |