diff options
Diffstat (limited to 'x11vnc/user.c')
-rw-r--r-- | x11vnc/user.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/user.c b/x11vnc/user.c index c8ba3a5..172b2cd 100644 --- a/x11vnc/user.c +++ b/x11vnc/user.c @@ -2524,6 +2524,8 @@ fprintf(stderr, "\n");} return 1; } +void ssh_remote_tunnel(char *, int); + static XImage ximage_struct; int wait_for_client(int *argc, char** argv, int http) { |