summaryrefslogtreecommitdiffstats
path: root/x11vnc/inet.h
diff options
context:
space:
mode:
authorrunge <runge>2006-02-25 05:10:37 +0000
committerrunge <runge>2006-02-25 05:10:37 +0000
commit79310af7e7a289d2baf1bdc295daefdcc76ecc0e (patch)
treeda68674a1beef5ce0ba807187657ca5fe215f68c /x11vnc/inet.h
parentb7773ea6e683e5fcfae5bf020828596c5f90b7d3 (diff)
downloadlibtdevnc-79310af7e7a289d2baf1bdc295daefdcc76ecc0e.tar.gz
libtdevnc-79310af7e7a289d2baf1bdc295daefdcc76ecc0e.zip
x11vnc: -unixpw and -stunnel. Add clipboard to input control.
Diffstat (limited to 'x11vnc/inet.h')
-rw-r--r--x11vnc/inet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/inet.h b/x11vnc/inet.h
index 4ca7c6b..d9ebe92 100644
--- a/x11vnc/inet.h
+++ b/x11vnc/inet.h
@@ -13,5 +13,6 @@ extern int get_local_port(int sock);
extern char *get_remote_host(int sock);
extern char *get_local_host(int sock);
extern char *ident_username(rfbClientPtr client);
+extern int find_free_port(int start, int end);
#endif /* _X11VNC_INET_H */