aboutsummaryrefslogtreecommitdiffstats
path: root/src/priv-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/priv-io.h')
-rw-r--r--src/priv-io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/priv-io.h b/src/priv-io.h
index d21f1b34..f40cdffc 100644
--- a/src/priv-io.h
+++ b/src/priv-io.h
@@ -68,9 +68,6 @@ int _gpgme_io_read (int fd, void *buffer, size_t count);
int _gpgme_io_write (int fd, const void *buffer, size_t count);
int _gpgme_io_pipe (int filedes[2], int inherit_idx);
int _gpgme_io_close (int fd);
-typedef void (*_gpgme_close_notify_handler_t) (int,void*);
-int _gpgme_io_set_close_notify (int fd, _gpgme_close_notify_handler_t handler,
- void *value);
int _gpgme_io_set_nonblocking (int fd);
/* Under Windows do not allocate a console. */