* engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed
function arguments.
This commit is contained in:
parent
f93de93870
commit
5df644f5cc
@ -1,3 +1,8 @@
|
||||
2002-06-25 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed
|
||||
function arguments.
|
||||
|
||||
2002-06-25 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* engine-gpgsm.c (_gpgme_gpgsm_op_export): Only export the keys
|
||||
|
@ -1479,7 +1479,8 @@ _gpgme_gpgsm_start (GpgsmObject gpgsm, void *opaque)
|
||||
return mk_error (Invalid_Engine);
|
||||
}
|
||||
|
||||
void _gpgme_gpgsm_set_io_cbs (GpgsmObject gpgsm, GpgmeIOCbs io_cbs)
|
||||
void
|
||||
_gpgme_gpgsm_set_io_cbs (GpgsmObject gpgsm, struct GpgmeIOCbs *io_cbs)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -43,7 +43,7 @@ extern "C" {
|
||||
AM_PATH_GPGME macro) check that this header matches the installed
|
||||
library. Warning: Do not edit the next line. configure will do
|
||||
that for you! */
|
||||
#define GPGME_VERSION "0.3.8-cvs"
|
||||
#define GPGME_VERSION "0.3.8"
|
||||
|
||||
|
||||
/* The opaque data types used by GPGME. */
|
||||
|
Loading…
Reference in New Issue
Block a user