GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgCoreInit.h
1
29#ifndef GPGFRONTEND_GPGCOREINIT_H
30#define GPGFRONTEND_GPGCOREINIT_H
31
32#include "GpgConstants.h"
33
34namespace GpgFrontend {
35
40void init_logging();
41
46void init_gpgfrontend_core();
47
54 int channel = GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL);
55
56} // namespace GpgFrontend
57
58#endif // GPGFRONTEND_GPGCOREINIT_H
Definition: CoreCommonUtil.cpp:29
void new_default_settings_channel(int channel)
Definition: GpgCoreInit.cpp:89
void init_logging()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:43