[Winpt-commits] r302 - trunk/Include
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 21 11:46:47 CET 2007
Author: twoaday
Date: 2007-03-21 11:46:47 +0100 (Wed, 21 Mar 2007)
New Revision: 302
Modified:
trunk/Include/wptGPGME.h
Log:
bug fix for the export problem.
Modified: trunk/Include/wptGPGME.h
===================================================================
--- trunk/Include/wptGPGME.h 2007-03-21 10:25:48 UTC (rev 301)
+++ trunk/Include/wptGPGME.h 2007-03-21 10:46:47 UTC (rev 302)
@@ -36,8 +36,12 @@
/* export */
gpgme_error_t exportToBuffer (const char *patt, char **outdata);
+
gpgme_error_t exportToFile (const char *patt, const char *outfile);
+ gpgme_error_t exportToFile (const char *pattern[], const char *outfile);
+
gpgme_error_t exportToClipboard (const char *patt);
+ gpgme_error_t exportToClipboard (const char *pattern[]);
/* import */
gpgme_error_t importFromFile (const char *file);
More information about the Winpt-commits
mailing list