Move VNC structs into header file ("Daniel P. Berrange")
commitf710ba3ae8fdfa1206d22a3d77884487f9e52477
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Mar 2009 20:27:13 +0000 (6 20:27 +0000)
committerMark McLoughlin <markmc@redhat.com>
Fri, 11 Sep 2009 10:37:31 +0000 (11 11:37 +0100)
treef1d912adc738f4be8894e9958d53964e1825ddc6
parent15a868dc4e7a982f9d684a0231938602757c0c25
Move VNC structs into header file ("Daniel P. Berrange")

This patch moves the definitions of VncState and VncDisplay structs
out into a vnc.h header file. This is to allow the code for TLS
and SASL auth mechanisms to be moved out of the main vnc.c file.

(cherry picked from commit 19a490bfca85165de1acd2d5c3964fb44615746d)

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Fedora-patch: 04-vnc-struct.patch
vnc.c
vnc.h