aboutsummaryrefslogtreecommitdiff
path: root/libsylph/socket.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-21 06:16:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-21 06:16:53 +0000
commit706387299924733de026545cc7fd99fa15624278 (patch)
treeeab31a4d5bda5f9d27fe54791ba21b00b6da1902 /libsylph/socket.h
parent3bc4ce303283eb3f6652ffc0c6a1243f1002a400 (diff)
merged from LibSylph branch.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1330 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/socket.h')
-rw-r--r--libsylph/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/socket.h b/libsylph/socket.h
index 7955005a..aaa6b895 100644
--- a/libsylph/socket.h
+++ b/libsylph/socket.h
@@ -55,6 +55,8 @@ struct _SockInfo
gint sock;
#if USE_SSL
SSL *ssl;
+#else
+ gpointer ssl;
#endif
GIOChannel *sock_ch;