diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 08:44:32 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 08:44:32 +0000 |
| commit | 1ffeb80f86809931d5d06b231d1dfab44bcd52d4 (patch) | |
| tree | 89c5c9ea6bdec811e5a32377e6d3c49c8603436b /include/lua_state.h | |
| parent | 2561ad4095ad33127b55ac7627f28e1bcc3e642f (diff) | |
added on_update for global updates and specific targets
Diffstat (limited to 'include/lua_state.h')
| -rw-r--r-- | include/lua_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lua_state.h b/include/lua_state.h index e026ec4..1db7ccd 100644 --- a/include/lua_state.h +++ b/include/lua_state.h @@ -41,6 +41,8 @@ void cache_repos(void); void cache_build_systems(void); void cache_install_directories(void); void cache_prefix_directory(void); +bool on_update(lua_State *L); +bool target_loop_on_update(lua_State *L, const char* lua_file, const char *target); 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); |
