aboutsummaryrefslogtreecommitdiff
path: root/libsylph/socket.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-06-11 07:22:39 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-06-11 07:22:39 +0000
commit78d92947e3a35fe3ac0d31f64374a247ccc78e6b (patch)
tree96190dde011c98db8ffccecc66dc06ab284430cd /libsylph/socket.h
parentb14cba8ad5b13bccb3eff9e114407d542bc20409 (diff)
fixes stall of SMTP when sending via dialup connection.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1757 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 384f61a4..0ad2010f 100644
--- a/libsylph/socket.h
+++ b/libsylph/socket.h
@@ -93,6 +93,8 @@ gboolean sock_has_read_data (SockInfo *sock);
guint sock_add_watch (SockInfo *sock, GIOCondition condition,
SockFunc func, gpointer data);
+guint sock_add_watch_poll (SockInfo *sock, GIOCondition condition,
+ SockFunc func, gpointer data);
struct hostent *my_gethostbyname (const gchar *hostname);