aboutsummaryrefslogtreecommitdiff
path: root/libsylph/socket.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-04 05:28:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-04 05:28:53 +0000
commit09f14fa85ca3ca1fde5febf63c653a196a2f4255 (patch)
treeb2e6254ba72076f15353ab5d063c4b8b83a6c33a /libsylph/socket.h
parentbe0fde1143e8707831cd6c71a3886f9eb1d161b8 (diff)
win32: implemented sock_set_nonblocking_mode().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1211 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/socket.h')
-rw-r--r--libsylph/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/socket.h b/libsylph/socket.h
index c3b773ef..7955005a 100644
--- a/libsylph/socket.h
+++ b/libsylph/socket.h
@@ -61,6 +61,7 @@ struct _SockInfo
gchar *hostname;
gushort port;
ConnectionState state;
+ gboolean nonblock;
gpointer data;
SockFunc callback;