diff options
Diffstat (limited to 'libsylph/socket.h')
-rw-r--r-- | libsylph/socket.h | 1 |
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; |