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 b0b952b..2ead7e5 100644
--- a/usock.h
+++ b/usock.h
@@ -32,6 +32,7 @@
const char *usock_port(int port);
int usock(int type, const char *host, const char *service);
+int usock_inet(int type, const char *host, const char *service, void *addr);
/**
* Wait for a socket to become ready.