diff options
Diffstat (limited to 'apps.h')
-rw-r--r-- | apps.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,4 +20,4 @@ int run_application(int do_wait, const char *app, ...); int run_cmdline(int do_wait, char *line); int run_cmdline_replace(int do_wait, char *str, ...); -int open_vnc_session(char *host, int screen); +int open_vnc_session(char *host, int tcpport); |