diff options
Diffstat (limited to 'src/bindings.h')
-rw-r--r-- | src/bindings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindings.h b/src/bindings.h index 02f33c6..2e4d26c 100644 --- a/src/bindings.h +++ b/src/bindings.h @@ -5,6 +5,8 @@ int markdown(lua_State *L); +int current_working_directory(lua_State *L); + // return two arrays, one containing filenames for all directories in the dir // and the other containing filenames for all regular files int scan_directory(lua_State *L); |