aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-05 12:55:15 +0000
committersaturneric <[email protected]>2024-01-05 12:55:15 +0000
commit644aa4397b03dbef73f8bfedc13925b51cad836b (patch)
tree7788d1cd2f0687dd8e576b111d9990c580092e7a /src/init.h
parentfix: slove some known issues (diff)
downloadGpgFrontend-644aa4397b03dbef73f8bfedc13925b51cad836b.tar.gz
GpgFrontend-644aa4397b03dbef73f8bfedc13925b51cad836b.zip
feat: integrate logging api to core
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/init.h b/src/init.h
index 4c744d2a..a8d3bb9b 100644
--- a/src/init.h
+++ b/src/init.h
@@ -47,12 +47,6 @@ void HandleSignal(int sig);
void InitLoggingSystem(const GFCxtSPtr &);
/**
- * @brief initialize the logging system.
- *
- */
-void ShutdownLoggingSystem(const GFCxtSPtr &);
-
-/**
* @brief init global PATH env
*
*/
@@ -66,9 +60,9 @@ void InitGlobalPathEnv();
void InitGlobalBasicalEnv(const GFCxtWPtr &, bool);
/**
- * @brief
- *
- * @param p_ctx
+ * @brief
+ *
+ * @param p_ctx
*/
void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx);