aboutsummaryrefslogblamecommitdiffstats
path: root/cancel_async.c
blob: ca2905b67bf5c0e425c93a8bf037779e574dd69f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                    
/* See LICENSE file for copyright and license details. */
#include "internal.h"


gpgme_error_t
liberror_gpgme_cancel_async(gpgme_ctx_t ctx)
{
	gpgme_error_t ret = gpgme_cancel_async(ctx);
	if (ret)
		liberror_gpgme_set_error("gpgme_cancel_async", ret);
	return ret;
}