add cmd line option for server vnc port
[ovirt-viewer.git] / internal.h
index 80e675e..bd65922 100644 (file)
@@ -71,6 +71,9 @@ extern gboolean check_cert;
 /* server we're connecting to */
 extern const char* hostname;
 
+/* port which to connect to the server via vnc */
+extern int ovirt_server_vnc_port;
+
 /* vm currently in focus */
 extern struct vm* vm_in_focus;