diff options
author | saturneric <[email protected]> | 2023-12-03 20:25:21 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-03 20:25:21 +0000 |
commit | 054e6e28cca2517dda2319ef683314b3318c39a6 (patch) | |
tree | ae9ff4a9fe280f3640ca249bad45ab250cfd1610 /src/module/GpgFrontendModuleInit.h | |
parent | fix: slove issues in key/subkey generation (diff) | |
download | GpgFrontend-054e6e28cca2517dda2319ef683314b3318c39a6.tar.gz GpgFrontend-054e6e28cca2517dda2319ef683314b3318c39a6.zip |
feat: standarized and speed up app env loading process
Diffstat (limited to '')
-rw-r--r-- | src/module/GpgFrontendModuleInit.h | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/module/GpgFrontendModuleInit.h b/src/module/GpgFrontendModuleInit.h index 252338bf..a706bbb4 100644 --- a/src/module/GpgFrontendModuleInit.h +++ b/src/module/GpgFrontendModuleInit.h @@ -37,10 +37,24 @@ struct ModuleInitArgs { }; /** + * @brief + * + * @param args + */ +void GPGFRONTEND_MODULE_EXPORT +LoadGpgFrontendModulesLoggingSystem(ModuleInitArgs args); + +/** + * @brief + * + */ +void GPGFRONTEND_MODULE_EXPORT ShutdownGpgFrontendModulesLoggingSystem(); + +/** * @brief init the module library * */ -void GPGFRONTEND_MODULE_EXPORT LoadGpgFrontendModules(ModuleInitArgs); +void GPGFRONTEND_MODULE_EXPORT LoadGpgFrontendModules(ModuleInitArgs args); /** * @brief shutdown the module library |