* engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed
authorWerner Koch <wk@gnupg.org>
Tue, 25 Jun 2002 18:50:23 +0000 (18:50 +0000)
committerWerner Koch <wk@gnupg.org>
Tue, 25 Jun 2002 18:50:23 +0000 (18:50 +0000)
function arguments.

gpgme/ChangeLog
gpgme/engine-gpgsm.c
gpgme/gpgme.h

index 7ac84e6012f487d79ccb261c26d5e9b0967ec5bb..35550fc033b2c87a94c1fb6a9a48d546ef6688c5 100644 (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
index 166d97bdd9b22816ff9e24fa06fe151303ab3a04..2dfdf35e61ba00d1cb3e639163904257d18153d4 100644 (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)
 {
 }
 
index 798ebd79cf1da8170c7e20a36c0a8b5181269dc4..a29602e3cd6964e7d52f6614616d484915994500 100644 (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.  */