aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vnc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnc.c b/vnc.c
index cfb9f97..55d6221 100644
--- a/vnc.c
+++ b/vnc.c
@@ -700,8 +700,8 @@ GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags,
#else /* HAVE_VNCCLIENT */
-GtkWidget *vnc_open(char *hostname, int tcpport,
- int standalone, int uskbd, int debug)
+GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags,
+ int debug_level)
{
fprintf(stderr, "compiled without VNC support, sorry\n");
return NULL;