From 518be7f92e2c2bc1a3cc3cfe1223390ae3cd9c2b Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 17 Jul 2026 23:12:40 +0000 Subject: update! --- include/pkgit_lua.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/pkgit_lua.h') diff --git a/include/pkgit_lua.h b/include/pkgit_lua.h index f5f86a1..eee5160 100644 --- a/include/pkgit_lua.h +++ b/include/pkgit_lua.h @@ -53,6 +53,9 @@ bool lua_try_function(lua_State *L, char *lua_file, char *fname); bool lua_try_table(lua_State *L, char *lua_file, char *tname); bool pkg_exists(str *name); str pkg_get_url(str *name); +str bldit_getver(void); +str bldit_pkg_getver(void); +bool is_bldit_usable(void); // install void install_dependencies(lua_State *L); @@ -64,4 +67,8 @@ bool bldit_uninstall(package_t *pkg); bool config_uninstall(package_t *pkg); void pkg_remove(package_t *pkg); +// update +void pkg_update(package_t *pkg); +void all_update(void); + #endif -- cgit v1.2.3