]> git.proxmox.com Git - qemu.git/blobdiff - ui/vnc-ws.h
qemu-iotests: exclude vmdk and qcow from 043
[qemu.git] / ui / vnc-ws.h
index 039a58765cafca60866c12fd01d941f945b89610..95c1b0aeae5239d6e1101232d05bcdd99c3cce0d 100644 (file)
@@ -74,6 +74,9 @@ enum {
     WS_OPCODE_PONG = 0xA
 };
 
+#ifdef CONFIG_VNC_TLS
+void vncws_tls_handshake_peek(void *opaque);
+#endif /* CONFIG_VNC_TLS */
 void vncws_handshake_read(void *opaque);
 long vnc_client_write_ws(VncState *vs);
 long vnc_client_read_ws(VncState *vs);