diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpgme.h.in | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/gpgme.h.in b/src/gpgme.h.in index 9c87b7b4..b28a6430 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -974,8 +974,8 @@ typedef gpgme_error_t (*gpgme_interact_cb_t) (void *opaque,                                                const char *keyword,                                                const char *args, int fd); -/* The callback type used by the deprecated functions gpgme_op_card - * and gpgme_of_card_edit.  */ +/* The callback type used by the deprecated functions gpgme_op_edit + * and gpgme_op_card_edit.  */  typedef gpgme_error_t (*gpgme_edit_cb_t) (void *opaque,  					  gpgme_status_code_t status,  					  const char *args, int fd); | 
