From de03ad370c2d25e07b39a62cf3456c3e616a1f1f Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 9 Jun 2011 15:14:01 +0100 Subject: Add a comment for make_dir. --- src/lfs.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/lfs.c b/src/lfs.c index ac3e712..dd41df8 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -354,6 +354,10 @@ static int file_unlock (lua_State *L) { } +/* +** Creates a directory. +** @param #1 Directory path. +*/ static int make_dir (lua_State *L) { const char *path = luaL_checkstring (L, 1); int fail; -- cgit v1.2.3-55-g6feb