aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/w32-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/w32-io.c')
-rw-r--r--gpgme/w32-io.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gpgme/w32-io.c b/gpgme/w32-io.c
index 7ad10ecb..42c3132d 100644
--- a/gpgme/w32-io.c
+++ b/gpgme/w32-io.c
@@ -1091,4 +1091,13 @@ _gpgme_io_subsystem_init (void)
}
+
+/* The following interface is only useful for GPGME Glib. */
+
+/* Look up the giochannel for file descriptor FD. */
+void *
+gpgme_get_giochannel (int fd)
+{
+ return NULL;
+}