diff options
author | runge <runge@karlrunge.com> | 2010-04-18 19:37:37 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-04-18 19:37:37 -0400 |
commit | b74c8f4241ec8c3d972ee97d0ce9a399ddd09ce1 (patch) | |
tree | c8c8aaec90fd51a10790795030777b2dda548fe7 /x11vnc/inet.h | |
parent | 2a8ba97ec5b0f7fbfcfc8adab6732a95e95c7204 (diff) | |
download | libtdevnc-b74c8f42.tar.gz libtdevnc-b74c8f42.zip |
Improvements to demo scripts. Alias -coe for -connect_or_exit. Fix HAVE_V4L2. Warn no Xvfb, Xdummy, or Xvnc. Xinerama screens.
Diffstat (limited to 'x11vnc/inet.h')
-rw-r--r-- | x11vnc/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/inet.h b/x11vnc/inet.h index ae1c830..f74251e 100644 --- a/x11vnc/inet.h +++ b/x11vnc/inet.h @@ -40,7 +40,7 @@ extern char *raw2host(char *raw, int len); extern char *raw2ip(char *raw); extern char *ip2host(char *ip); extern int ipv6_ip(char *host); -extern int dotted_ip(char *host); +extern int dotted_ip(char *host, int partial); extern int get_remote_port(int sock); extern int get_local_port(int sock); extern char *get_remote_host(int sock); |