[hackers] [smdev] Do not name parameters in mkpath.h either || sin

From: <git_AT_suckless.org>
Date: Sun, 28 Sep 2014 14:19:17 +0200

commit 90f6363c5771f1cbfde3bc7f8dd125ac0c7959bf
Author: sin <sin_AT_2f30.org>
Date: Sun Sep 28 13:18:34 2014 +0100

    Do not name parameters in mkpath.h either

diff --git a/mkpath.h b/mkpath.h
index 5d981f7..a1f202d 100644
--- a/mkpath.h
+++ b/mkpath.h
_AT_@ -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);
Received on Sun Sep 28 2014 - 14:19:17 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 28 2014 - 14:24:11 CEST