aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.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/session.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/session.h')
-rw-r--r--libsylph/session.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/libsylph/session.h b/libsylph/session.h
index e1d5fee6..5ff12984 100644
--- a/libsylph/session.h
+++ b/libsylph/session.h
@@ -65,6 +65,13 @@ typedef enum
SESSION_MSG_UNKNOWN
} SessionMsgType;
+#ifndef USE_SSL
+typedef enum
+{
+ SSL_NONE
+} SSLType;
+#endif
+
typedef gint (*RecvMsgNotify) (Session *session,
const gchar *msg,
gpointer user_data);
@@ -92,9 +99,7 @@ struct _Session
gchar *server;
gushort port;
-#if USE_SSL
SSLType ssl_type;
-#endif
gboolean nonblocking;