From: Werner Koch Date: Tue, 25 Jun 2002 18:50:23 +0000 (+0000) Subject: * engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed X-Git-Tag: gpgme-0-3-8~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5df644f5ccccee03aee8fd14112adb66af8e64cc;p=gpgme.git * engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed function arguments. --- diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 7ac84e6..35550fc 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2002-06-25 Werner Koch + + * engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed + function arguments. + 2002-06-25 Marcus Brinkmann * engine-gpgsm.c (_gpgme_gpgsm_op_export): Only export the keys diff --git a/gpgme/engine-gpgsm.c b/gpgme/engine-gpgsm.c index 166d97b..2dfdf35 100644 --- a/gpgme/engine-gpgsm.c +++ b/gpgme/engine-gpgsm.c @@ -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) { } diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 798ebd7..a29602e 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -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. */