diff options
Diffstat (limited to 'include/lua_state.hh')
| -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(); |
