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*/ |