Allow modules to have custom uninstaller script

This commit is contained in:
topjohnwu
2019-03-23 03:50:55 -04:00
parent 8df942f96e
commit 8de03eef3f
3 changed files with 12 additions and 0 deletions

View File

@ -69,6 +69,7 @@ void boot_complete(int client);
* Scripting *
*************/
void exec_script(const char *script);
void exec_common_script(const char *stage);
void exec_module_script(const char *stage, const std::vector<std::string> &module_list);
void migrate_img(const char *img);