Require autoconf 1.11
[gpgme.git] / src / vfs-create.c
index 9a65e0c098900ecf044c4be517fc881af13af4c8..d7fd24f17943c9e11bb1372fdbf125c4461eb7d3 100644 (file)
@@ -23,6 +23,7 @@
 #endif
 
 #include <stdlib.h>
+#include <string.h>
 
 #include "gpgme.h"
 #include "debug.h"
@@ -58,7 +59,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, 
@@ -73,6 +74,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. */