X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=vnc-auth-sasl.h;h=fd9b18a8fed620e80b37c85ba9c871bb671f8b72;hb=d9c9f02a6c674242a7d749340987ee4b078348ae;hp=a72973a26b2ec2f75cb625ab9d01cf3c468e46a8;hpb=2f9606b3736c3be4dbd606c46525c7b770ced119;p=qemu diff --git a/vnc-auth-sasl.h b/vnc-auth-sasl.h index a72973a..fd9b18a 100644 --- a/vnc-auth-sasl.h +++ b/vnc-auth-sasl.h @@ -30,6 +30,9 @@ #include typedef struct VncStateSASL VncStateSASL; +typedef struct VncDisplaySASL VncDisplaySASL; + +#include "acl.h" struct VncStateSASL { sasl_conn_t *conn; @@ -56,6 +59,10 @@ struct VncStateSASL { char *mechlist; }; +struct VncDisplaySASL { + qemu_acl *acl; +}; + void vnc_sasl_client_cleanup(VncState *vs); long vnc_client_read_sasl(VncState *vs);