* engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed

function arguments.
This commit is contained in:
Werner Koch 2002-06-25 18:50:23 +00:00
parent f93de93870
commit 5df644f5cc
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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)
{
}

View File

@ -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. */