2008-11-05 [colin] 3.6.1cvs18
[claws.git] / src / common / socket.h
index e681f1bfe2063650508d0ca3989e6ffb5558eee5..013b11a837c53348702e63069693638c461c8c64 100644 (file)
@@ -110,6 +110,9 @@ gint fd_connect_unix        (const gchar *path);
 gint fd_open_unix      (const gchar *path);
 gint fd_accept         (gint sock);
 
+gint fd_connect_inet(gushort port);
+gint fd_open_inet(gushort port);
+
 gint fd_write          (gint sock, const gchar *buf, gint len);
 gint fd_write_all      (gint sock, const gchar *buf, gint len);
 gint fd_gets           (gint sock, gchar *buf, gint len);