blob: dddc6eb5afe355a7e64bb2edb5f30df134e3324b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../gpgme++/global.h.orig 2009-07-01 18:26:50.000000000 -0400
+++ ../gpgme++/global.h 2009-07-01 18:27:58.000000000 -0400
@@ -39,6 +39,8 @@
namespace GpgME {
+ GPGMEPP_EXPORT void initializeLibrary();
+
enum Protocol { OpenPGP, CMS, UnknownProtocol };
enum Engine { GpgEngine, GpgSMEngine, GpgConfEngine, UnknownEngine };
|