/[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 259 by twoaday, Mon Jan 9 09:15:29 2006 UTC revision 260 by twoaday, Wed Aug 16 10:01:30 2006 UTC
# Line 34  public: Line 34  public:
34      bool getArmor (void);      bool getArmor (void);
35      void setArmor (bool val);      void setArmor (bool val);
36    
37        /* export */
38      gpgme_error_t exportToBuffer (const char *patt, char **outdata);      gpgme_error_t exportToBuffer (const char *patt, char **outdata);
39      gpgme_error_t exportToFile (const char *patt, const char *outfile);      gpgme_error_t exportToFile (const char *patt, const char *outfile);
40      gpgme_error_t exportToClipboard (const char *patt);      gpgme_error_t exportToClipboard (const char *patt);
41    
42        /* import */
43        gpgme_error_t         importFromFile (const char *file);
44        gpgme_error_t         importFromClipboard (void);
45        gpgme_import_result_t importGetResult (void);
46  };  };
47    
48  #endif /*WPT_GPGME_H*/  #endif /*WPT_GPGME_H*/

Legend:
Removed from v.259  
changed lines
  Added in v.260

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26