From 9beef6bdace1e70b5f3097896a955892e324800a Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 4 Jan 2022 15:57:34 -0600 Subject: implement plugins directory --- src/bindings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bindings.h') 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); -- cgit v1.2.1