aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-25 18:50:23 +0000
committerWerner Koch <[email protected]>2002-06-25 18:50:23 +0000
commit5df644f5ccccee03aee8fd14112adb66af8e64cc (patch)
treeb7a9f161e640d0a5e062baaa682fd359354de50a
parent* configure.ac: Bumbed LT version to 9/3/0. (diff)
downloadgpgme-5df644f5ccccee03aee8fd14112adb66af8e64cc.tar.gz
gpgme-5df644f5ccccee03aee8fd14112adb66af8e64cc.zip
* engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed
function arguments.
-rw-r--r--gpgme/ChangeLog5
-rw-r--r--gpgme/engine-gpgsm.c3
-rw-r--r--gpgme/gpgme.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 7ac84e60..35550fc0 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-25 Werner Koch <[email protected]>
+
+ * engine-gpgsm.c (_gpgme_gpgsm_set_io_cbs) [ENABLE_GPGSM]: Fixed
+ function arguments.
+
2002-06-25 Marcus Brinkmann <[email protected]>
* engine-gpgsm.c (_gpgme_gpgsm_op_export): Only export the keys
diff --git a/gpgme/engine-gpgsm.c b/gpgme/engine-gpgsm.c
index 166d97bd..2dfdf35e 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 798ebd79..a29602e3 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. */