diff options
author | saturneric <[email protected]> | 2024-11-25 13:39:35 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-25 13:39:35 +0000 |
commit | 50e2d5cb3deaf3359a68ceaebdaa2abdb2142fd6 (patch) | |
tree | ff0dc0b571bfeb8d3431c239bbffefce3fbb7300 /src/init.h | |
parent | test: fix and add KeyGen & SubkeyGen test cases (diff) | |
download | GpgFrontend-50e2d5cb3deaf3359a68ceaebdaa2abdb2142fd6.tar.gz GpgFrontend-50e2d5cb3deaf3359a68ceaebdaa2abdb2142fd6.zip |
fix: solve a race situation at unit test mode
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |