summaryrefslogtreecommitdiff
path: root/src/bindings.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-01-04 15:57:34 -0600
committersanine <sanine.not@pm.me>2022-01-04 15:57:34 -0600
commit9beef6bdace1e70b5f3097896a955892e324800a (patch)
treee80bdff3e83e2c5811b410f242eb35317a744edb /src/bindings.h
parenta79dd1526c11e268bd5356bf5388f9a833023c51 (diff)
implement plugins directory
Diffstat (limited to 'src/bindings.h')
-rw-r--r--src/bindings.h2
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);