aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc.h b/vnc.h
index cf14027..90b0b31 100644
--- a/vnc.h
+++ b/vnc.h
@@ -8,4 +8,4 @@
#define VNC_FLAG_GRAB_KEYBOARD (1 << 6)
GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags,
- int debug_level);
+ int debug_level, const char *username, const char *password);