From 5830f684ba172664df43eee26636e99e5a228028 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 3 Jan 2022 20:59:16 -0600 Subject: add create_directory() and copy_file() --- src/bindings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bindings.h') diff --git a/src/bindings.h b/src/bindings.h index 853f0c0..847baa7 100644 --- a/src/bindings.h +++ b/src/bindings.h @@ -9,4 +9,8 @@ int markdown(lua_State *L); // and the other containing filenames for all regular files int scan_directory(lua_State *L); +int create_directory(lua_State *L); + +int copy_file(lua_State *L); + #endif -- cgit v1.2.1