projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a504aa
)
Fix type inconsistency between gpgme.h and gpgme.c.
author
Werner Koch
<wk@gnupg.org>
Wed, 12 Feb 2014 19:36:08 +0000
(20:36 +0100)
committer
Werner Koch
<wk@gnupg.org>
Wed, 12 Feb 2014 19:36:08 +0000
(20:36 +0100)
* src/gpgme.c (gpgme_set_pinentry_mode): Fix type of MODE.
--
GnuPG-bug-id: 1617
src/gpgme.c
patch
|
blob
|
history
diff --git
a/src/gpgme.c
b/src/gpgme.c
index
3d00018
..
9c297d8
100644
(file)
--- a/
src/gpgme.c
+++ b/
src/gpgme.c
@@
-527,7
+527,7
@@
gpgme_get_keylist_mode (gpgme_ctx_t ctx)
/* Set the pinentry mode for CTX to MODE. */
gpgme_error_t
-gpgme_set_pinentry_mode (gpgme_ctx_t ctx, gpgme_
keylist
_mode_t mode)
+gpgme_set_pinentry_mode (gpgme_ctx_t ctx, gpgme_
pinentry
_mode_t mode)
{
TRACE1 (DEBUG_CTX, "gpgme_set_pinentry_mode", ctx, "pinentry_mode=%u",
(unsigned int)mode);