diff options
author | Werner Koch <[email protected]> | 2011-02-03 19:51:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-02-03 19:51:36 +0000 |
commit | b001a8df68c8eb33abbe879f6c7fb4db4909b6f6 (patch) | |
tree | 800d5a8dba5aeaf953c50ede3c10669b8ef48cf2 /src/priv-io.h | |
parent | Add support for non-API GnuPG status codes. (diff) | |
parent | Fix socket implementation on Windows. (diff) | |
download | gpgme-b001a8df68c8eb33abbe879f6c7fb4db4909b6f6.tar.gz gpgme-b001a8df68c8eb33abbe879f6c7fb4db4909b6f6.zip |
Merge branch 'master' of git+ssh://playfair.gnupg.org/git/gpgme
Diffstat (limited to 'src/priv-io.h')
-rw-r--r-- | src/priv-io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/priv-io.h b/src/priv-io.h index 9c70d22f..770c0617 100644 --- a/src/priv-io.h +++ b/src/priv-io.h @@ -64,6 +64,7 @@ struct io_select_fd_s /* These function are either defined in posix-io.c or w32-io.c. */ void _gpgme_io_subsystem_init (void); +int _gpgme_io_socket (int namespace, int style, int protocol); int _gpgme_io_connect (int fd, struct sockaddr *addr, int addrlen); int _gpgme_io_read (int fd, void *buffer, size_t count); int _gpgme_io_write (int fd, const void *buffer, size_t count); |