diff options
author | saturneric <[email protected]> | 2023-12-03 20:25:21 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-03 20:25:21 +0000 |
commit | 054e6e28cca2517dda2319ef683314b3318c39a6 (patch) | |
tree | ae9ff4a9fe280f3640ca249bad45ab250cfd1610 /src/init.h | |
parent | fix: slove issues in key/subkey generation (diff) | |
download | GpgFrontend-054e6e28cca2517dda2319ef683314b3318c39a6.tar.gz GpgFrontend-054e6e28cca2517dda2319ef683314b3318c39a6.zip |
feat: standarized and speed up app env loading process
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -44,16 +44,17 @@ void HandleSignal(int sig); void BeforeExit(); /** - * @brief initialize the logging system. + * @brief * + * @param args */ -void InitModules(InitArgs); +void InitLoggingSystem(InitArgs args); /** * @brief initialize the logging system. * */ -void ShutdownModules(); +void ShutdownLoggingSystem(); /** * @brief init global PATH env |