Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'usock.h')
-rw-r--r--usock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usock.h b/usock.h
index 5df4362..8345581 100644
--- a/usock.h
+++ b/usock.h
@@ -30,6 +30,7 @@
#define USOCK_IPV4ONLY 0x4000
#define USOCK_UNIX 0x8000
+const char *usock_port(int port);
int usock(int type, const char *host, const char *service);
#endif /* USOCK_H_ */