diff options
Diffstat (limited to 'src/system-posix.c')
-rw-r--r-- | src/system-posix.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/system-posix.c b/src/system-posix.c index 7952907..3312523 100644 --- a/src/system-posix.c +++ b/src/system-posix.c @@ -430,23 +430,3 @@ __assuan_connect (assuan_context_t ctx, int sock, struct sockaddr *addr, { return connect (sock, addr, length); } - - - -/* The default system hooks for assuan contexts. */ -struct assuan_system_hooks _assuan_system_hooks = - { - 0, - __assuan_usleep, - __assuan_pipe, - __assuan_close, - __assuan_read, - __assuan_write, - __assuan_recvmsg, - __assuan_sendmsg, - __assuan_spawn, - __assuan_waitpid, - __assuan_socketpair, - __assuan_socket, - __assuan_connect - }; |