aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/init.h b/src/init.h
index 2adc3488..94a64004 100644
--- a/src/init.h
+++ b/src/init.h
@@ -56,6 +56,13 @@ void InitGlobalBasicEnv(const GFCxtWPtr &, bool);
*
* @param p_ctx
*/
+void InitGlobalBasicEnvSync(const GFCxtWPtr &p_ctx);
+
+/**
+ * @brief
+ *
+ * @param p_ctx
+ */
void ShutdownGlobalBasicEnv(const GFCxtWPtr &p_ctx);
} // namespace GpgFrontend \ No newline at end of file