summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cmsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmsys.h b/include/cmsys.h
index 6ae2119f..88506039 100644
--- a/include/cmsys.h
+++ b/include/cmsys.h
@@ -81,7 +81,7 @@ extern int toconnect(const char *addr);
extern int toread (int fd, void *buf, int len);
extern int towrite (int fd, const void *buf, int len);
extern int send_remote_fd(int tunnel, int fd);
-extern int recv_remote_fd(int tunnel);
+extern int recv_remote_fd(int tunnel, const char *tunnel_path);
/* sort.c */
extern int cmp_int(const void *a, const void *b);