aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/GpgFrontendModuleInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/module/GpgFrontendModuleInit.h')
-rw-r--r--src/module/GpgFrontendModuleInit.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/module/GpgFrontendModuleInit.h b/src/module/GpgFrontendModuleInit.h
index f00e9eff..74c5b020 100644
--- a/src/module/GpgFrontendModuleInit.h
+++ b/src/module/GpgFrontendModuleInit.h
@@ -37,19 +37,13 @@ namespace GpgFrontend::Module {
* @brief init the module library
*
*/
-void GPGFRONTEND_MODULE_EXPORT LoadGpgFrontendIntegratedModules();
+void GPGFRONTEND_MODULE_EXPORT LoadGpgFrontendModules();
/**
- * @brief
+ * @brief shutdown the module library
*
*/
-void GPGFRONTEND_MODULE_EXPORT InitModuleLoggingSystem();
-
-/**
- * @brief
- *
- */
-void GPGFRONTEND_MODULE_EXPORT ShutdownModuleLoggingSystem();
+void GPGFRONTEND_MODULE_EXPORT ShutdownGpgFrontendModules();
}; // namespace GpgFrontend::Module