summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index a6b9104d..771151c5 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -595,7 +595,7 @@ int qsort_intcompar(const void *a, const void *b);
void FREE(void *ptr);
#endif
#ifdef OUTTACACHE
-int tobind(int port);
+int tobind(char *iface_ip, int port);
int toconnect(char *host, int port);
int toread(int fd, void *buf, int len);
int towrite(int fd, void *buf, int len);