aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/init.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/init.h b/src/init.h
index 601518ab..4c744d2a 100644
--- a/src/init.h
+++ b/src/init.h
@@ -44,13 +44,13 @@ void HandleSignal(int sig);
*
* @param args
*/
-void InitLoggingSystem(const GFCxtSPtr&);
+void InitLoggingSystem(const GFCxtSPtr &);
/**
* @brief initialize the logging system.
*
*/
-void ShutdownLoggingSystem(const GFCxtSPtr&);
+void ShutdownLoggingSystem(const GFCxtSPtr &);
/**
* @brief init global PATH env
@@ -63,6 +63,13 @@ void InitGlobalPathEnv();
*
* @param args
*/
-void InitGlobalBasicalEnv(const GFCxtWPtr&, bool);
+void InitGlobalBasicalEnv(const GFCxtWPtr &, bool);
+
+/**
+ * @brief
+ *
+ * @param p_ctx
+ */
+void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx);
} // namespace GpgFrontend \ No newline at end of file