summaryrefslogtreecommitdiffstats
path: root/libusbmuxd/sock_stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'libusbmuxd/sock_stuff.c')
-rw-r--r--libusbmuxd/sock_stuff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libusbmuxd/sock_stuff.c b/libusbmuxd/sock_stuff.c
index 141dd1a..33ac3e6 100644
--- a/libusbmuxd/sock_stuff.c
+++ b/libusbmuxd/sock_stuff.c
@@ -45,6 +45,7 @@ void sock_stuff_set_verbose(int level)
verbose = level;
}
+#ifndef WIN32
int create_unix_socket(const char *filename)
{
struct sockaddr_un name;
@@ -136,6 +137,7 @@ int connect_unix_socket(const char *filename)
return sfd;
}
+#endif
int create_socket(uint16_t port)
{