From 97f9bec6d0d0a3fb4dab96b30349d25cf00a1af5 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 bbfcddcb..b0ef03cf 100644 --- a/src/gpgme.c +++ b/src/gpgme.c @@ -357,7 +357,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,