From 75a6255935f450d56f3637cbb2b6c8161ace57ab Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 11 Mar 2014 13:54:21 +0100 Subject: [PATCH] Change implementation return type to match the definition. * src/gpgme.c (gpgme_get_sub_protocol): Change return type to gpgme_protocol_t. -- Yet another enum/int mismatch. Reported-by: Albert Chin. --- src/gpgme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpgme.c b/src/gpgme.c index 9c297d8e..4182c74a 100644 --- a/src/gpgme.c +++ b/src/gpgme.c @@ -370,7 +370,7 @@ gpgme_set_sub_protocol (gpgme_ctx_t ctx, gpgme_protocol_t protocol) } -gpgme_error_t +gpgme_protocol_t gpgme_get_sub_protocol (gpgme_ctx_t ctx) { TRACE2 (DEBUG_CTX, "gpgme_get_sub_protocol", ctx,