aboutsummaryrefslogtreecommitdiff
path: root/libsylph/socket.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-27 09:38:59 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-27 09:38:59 +0000
commit1eb11e809a4df81e1d031232165bc27ba2a3b86e (patch)
treecb816b03b1fe764bb52603996b492a4dd24c39cc /libsylph/socket.h
parentbb3198f2d62bed964486d882faad3c50a19534e0 (diff)
win32: implemented remote command using TCP socket.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@692 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 1a63793f..45729c06 100644
--- a/libsylph/socket.h
+++ b/libsylph/socket.h
@@ -100,6 +100,8 @@ gint sock_peek (SockInfo *sock, gchar *buf, gint len);
gint sock_close (SockInfo *sock);
/* Functions to directly work on FD. They are needed for pipes */
+gint fd_connect_inet (gushort port);
+gint fd_open_inet (gushort port);
gint fd_connect_unix (const gchar *path);
gint fd_open_unix (const gchar *path);
gint fd_accept (gint sock);