summaryrefslogtreecommitdiff
path: root/src/bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings.h')
-rw-r--r--src/bindings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bindings.h b/src/bindings.h
index 3ee3a1a..853f0c0 100644
--- a/src/bindings.h
+++ b/src/bindings.h
@@ -5,4 +5,8 @@
int markdown(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);
+
#endif