GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgCoreInit.h
1 
29 #pragma once
30 
31 #include "GpgConstants.h"
32 
33 namespace GpgFrontend {
34 
35 struct CoreInitArgs {
36  bool gather_external_gnupg_info;
37  bool load_default_gpg_context;
38 };
39 
44 void GPGFRONTEND_CORE_EXPORT DestroyGpgFrontendCore();
45 
50 void GPGFRONTEND_CORE_EXPORT InitGpgFrontendCore(CoreInitArgs);
51 
52 } // namespace GpgFrontend
Definition: app.cpp:39
Definition: GpgCoreInit.h:35