aboutsummaryrefslogtreecommitdiff
path: root/include/lua_state.hh
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-02 16:47:08 +0000
committerdacctal <dacctal@symlinx.net>2026-05-02 16:47:08 +0000
commitd80025b93c65ab801b5d29499691c545e8baf186 (patch)
treeef2783cff555ede62798d68c06e355fb31898f3f /include/lua_state.hh
parent7322d59fef7958cc80604309804bc051243b9199 (diff)
can now require config files from config directory implicitly
Diffstat (limited to 'include/lua_state.hh')
-rw-r--r--include/lua_state.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lua_state.hh b/include/lua_state.hh
index 5965093..0261e13 100644
--- a/include/lua_state.hh
+++ b/include/lua_state.hh
@@ -33,6 +33,7 @@ extern std::unordered_map<std::string, repo> cached_repos;
extern std::unordered_map<std::string, int> cached_build_systems;
+void push_lua_path(lua_State *L, const char *new_path);
void init_lua_state();
void free_lua_state();
lua_State* get_lua_state();