diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 414916bb..73b0f424 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,10 +45,35 @@ INITIALIZE_EASYLOGGINGPP // Recover buff jmp_buf recover_env; +/** + * @brief + * + */ extern void init_logging(); + +/** + * @brief + * + */ extern void init_certs(); + +/** + * @brief + * + */ extern void init_locale(); + +/** + * @brief + * + * @param sig + */ extern void handle_signal(int sig); + +/** + * @brief + * + */ extern void before_exit(); int main(int argc, char* argv[]) { |