2008-06-27 Marcus Brinkmann <marcus@g10code.de>

* libgpgme.vers: Add gpgme_cancel_async.
	* gpgme.def: Likewise.
This commit is contained in:
Marcus Brinkmann 2008-06-27 16:14:57 +00:00
parent 67ae7de4c5
commit 01baa339f9
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2008-06-27 Marcus Brinkmann <marcus@g10code.de>
* libgpgme.vers: Add gpgme_cancel_async.
* gpgme.def: Likewise.
* context.h: Include "sema.h".
(struct gpgme_context): New members lock and canceled.
* gpgme.c (gpgme_new): Initialize lock.

View File

@ -166,5 +166,6 @@ EXPORTS
gpgme_op_conf_load @129
gpgme_op_conf_save @130
gpgme_cancel_async @131
; END

View File

@ -46,6 +46,8 @@ GPGME_1.1 {
gpgme_conf_opt_change;
gpgme_op_conf_load;
gpgme_op_conf_save;
gpgme_cancel_async;
};