Revision 56 src/passphrase.h
| passphrase.h (revision 56) | ||
|---|---|---|
| 23 | 23 |
#include <gpgme.h> |
| 24 | 24 |
|
| 25 | 25 |
struct passphrase_cb_info_s {
|
| 26 |
GpgmeCtx c;
|
|
| 26 |
gpgme_ctx_t c;
|
|
| 27 | 27 |
int did_it; |
| 28 | 28 |
}; |
| 29 | 29 |
|
| 30 | 30 |
void gpgmegtk_set_passphrase_grab (gint yesno); |
| 31 |
const char* gpgmegtk_passphrase_cb(void *opaque, const char *desc, void **r_hd); |
|
| 31 |
gpgme_error_t gpgmegtk_passphrase_cb(void *opaque, const char *uid_hint, |
|
| 32 |
const char *passphrase_info, int prev_bad, int fd); |
|
| 32 | 33 |
void gpgmegtk_free_passphrase(); |
| 33 | 34 |
|
| 34 | 35 |
#endif /* GPGMEGTK_PASSPHRASE_H */ |
Also available in: Unified diff