From dfefe1b390bb5d15d7ef3e0564378a8139d2d335 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 19 Apr 2010 16:59:23 +0000 Subject: 2010-04-19 Marcus Brinkmann * assuan-support.c (my_spawn): Cast to avoid warning. * engine-g13.c (g13_new): Make ARGV array of pointer to const char. (g13_assuan_simple_command) [!USE_DESCRIPTOR_FUNCTION]: Don't define. * ops.h (_gpgme_key_append_name): Same in prototype. * key.c (_gpgme_key_append_name): Make SRC argument pointer to const char. * posix-util.c (_gpgme_get_uiserver_socket_path): Make HOMEDIR const. * vfs-mount.c (gpgme_op_vfs_transact_start): Never define this potentially useful but currently unused function. * vfs-create.c (gpgme_op_vfs_transact_start): Likewise. --- src/vfs-mount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vfs-mount.c') diff --git a/src/vfs-mount.c b/src/vfs-mount.c index f5a6286c..b9136895 100644 --- a/src/vfs-mount.c +++ b/src/vfs-mount.c @@ -116,6 +116,7 @@ vfs_start (gpgme_ctx_t ctx, int synchronous, +#if 0 /* XXXX. This is the asynchronous variant. */ static gpgme_error_t gpgme_op_vfs_transact_start (gpgme_ctx_t ctx, @@ -130,6 +131,7 @@ gpgme_op_vfs_transact_start (gpgme_ctx_t ctx, return vfs_start (ctx, 0, command, data_cb, data_cb_value, inq_cb, inq_cb_value, status_cb, status_cb_value); } +#endif /* XXXX. This is the synchronous variant. */ -- cgit v1.2.3