/[winpt]/trunk/Include/wptGPGME.h
ViewVC logotype

Diff of /trunk/Include/wptGPGME.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 301 by twoaday, Sat Sep 30 10:25:06 2006 UTC revision 302 by twoaday, Wed Mar 21 10:46:47 2007 UTC
# Line 36  public: Line 36  public:
36    
37      /* export */      /* export */
38      gpgme_error_t exportToBuffer (const char *patt, char **outdata);      gpgme_error_t exportToBuffer (const char *patt, char **outdata);
39        
40      gpgme_error_t exportToFile (const char *patt, const char *outfile);      gpgme_error_t exportToFile (const char *patt, const char *outfile);
41        gpgme_error_t exportToFile (const char *pattern[], const char *outfile);
42        
43      gpgme_error_t exportToClipboard (const char *patt);      gpgme_error_t exportToClipboard (const char *patt);
44        gpgme_error_t exportToClipboard (const char *pattern[]);
45    
46      /* import */      /* import */
47      gpgme_error_t         importFromFile (const char *file);      gpgme_error_t         importFromFile (const char *file);

Legend:
Removed from v.301  
changed lines
  Added in v.302

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26