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.h16
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