aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/ssl_client.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-17 17:54:12 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-17 17:54:12 +0100
commit8a9afe4eaa42052006fb64c6755ac0321b97ab55 (patch)
tree28961a66eb4c2f870d080773f0009d01507f93cf /protocols/ssl_client.h
parent3d64e5bbdcca4df5a3d4aa79041d0b54f68f599f (diff)
parentdd9a51b2ec4ce539721c46b30244fa853564788c (diff)
http_client lib
Diffstat (limited to 'protocols/ssl_client.h')
-rw-r--r--protocols/ssl_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ssl_client.h b/protocols/ssl_client.h
index 58c379c9..89189db9 100644
--- a/protocols/ssl_client.h
+++ b/protocols/ssl_client.h
@@ -39,3 +39,4 @@ G_MODULE_EXPORT int ssl_read( void *conn, char *buf, int len );
G_MODULE_EXPORT int ssl_write( void *conn, const char *buf, int len );
G_MODULE_EXPORT void ssl_disconnect( void *conn_ );
G_MODULE_EXPORT int ssl_getfd( void *conn );
+G_MODULE_EXPORT GaimInputCondition ssl_getdirection( void *conn );