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.
This commit is contained in:
parent
206bfb5a79
commit
97f9bec6d0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user