diff options
Diffstat (limited to 'src/bindings.h')
-rw-r--r-- | src/bindings.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |