diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-02 16:47:08 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-02 16:47:08 +0000 |
| commit | d80025b93c65ab801b5d29499691c545e8baf186 (patch) | |
| tree | ef2783cff555ede62798d68c06e355fb31898f3f /include | |
| parent | 7322d59fef7958cc80604309804bc051243b9199 (diff) | |
can now require config files from config directory implicitly
Diffstat (limited to 'include')
| -rw-r--r-- | include/lua_state.hh | 1 |
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(); |
