summaryrefslogtreecommitdiffstats
path: root/libusbmuxd/sock_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusbmuxd/sock_stuff.h')
-rw-r--r--libusbmuxd/sock_stuff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libusbmuxd/sock_stuff.h b/libusbmuxd/sock_stuff.h
index 5405b04..db90385 100644
--- a/libusbmuxd/sock_stuff.h
+++ b/libusbmuxd/sock_stuff.h
@@ -38,7 +38,9 @@ int create_unix_socket(const char *filename);
int connect_unix_socket(const char *filename);
#endif
int create_socket(uint16_t port);
+#if defined(WIN32) || defined(__CYGWIN__)
int connect_socket(const char *addr, uint16_t port);
+#endif
int check_fd(int fd, fd_mode fdm, unsigned int timeout);
int recv_buf(int fd, void *data, size_t size);