diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-22 07:33:06 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-22 07:33:06 +0000 |
| commit | a18b7108f1648dc69e06bb21e84ec48a2dd60f60 (patch) | |
| tree | 1693a64a18913d751b0e9a23609218bf0d24f01c /include/lua_state.h | |
| parent | 7cde9aeb5dccce578c1eed13cf1ed2c61e446800 (diff) | |
command line args are much nicer, and versions are properly disciplined1.0.0
Diffstat (limited to 'include/lua_state.h')
| -rw-r--r-- | include/lua_state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lua_state.h b/include/lua_state.h index f8af0a2..f8564b9 100644 --- a/include/lua_state.h +++ b/include/lua_state.h @@ -20,6 +20,7 @@ lua_State* get_lua_state(void); void cache_repos(void); void cache_build_systems(void); void cache_install_directories(void); +void cache_prefix_directory(void); bool repo_build(const char *repository, const char *target); bool repo_install(const char *repository, const char *target); bool repo_uninstall(const char *repository, const char *target); @@ -30,4 +31,7 @@ bool config_build(const char *path, const char *target); bool config_install(const char *path, const char *target); bool config_uninstall(const char *path, const char *target); +char* bldit_getver(void); +char* bldit_pkg_getver(void); + #endif
\ No newline at end of file |
