diff options
Diffstat (limited to 'deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.h')
-rw-r--r-- | deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.h b/deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.h new file mode 100644 index 000000000000..4ecdfe064735 --- /dev/null +++ b/deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.h @@ -0,0 +1,11 @@ +--- libkdenetwork/gpgmepp/context.h.orig 2009-07-01 19:33:50.000000000 -0400 ++++ libkdenetwork/gpgmepp/context.h 2009-07-01 19:36:53.000000000 -0400 +@@ -287,6 +287,8 @@ + // + // + ++ KDE_EXPORT void initializeLibrary(); ++ + KDE_EXPORT GpgME::Error setDefaultLocale( int category, const char * value ); + + KDE_EXPORT Context * wait( GpgME::Error & e, bool hang=true ); |