start of new reload setup

This commit is contained in:
2025-03-24 00:32:11 +02:00
parent 317e1acd07
commit fe095913f1
3 changed files with 10 additions and 5 deletions

View File

@@ -25,8 +25,8 @@ void hi_deinit();
/* Print a random assortment of information from current state */
void hi_print_module_infos();
/* Reload module identified by the name */
ReloadResult hi_reload_module(const char *module_name);
/* Reload shared library if it has changed since last reload or init was called */
ReloadResult hi_reload_solib(const char *module_name);
#pragma GCC visibility pop