X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=vnc-auth-sasl.h;h=fd9b18a8fed620e80b37c85ba9c871bb671f8b72;hb=76655d6dece88bd00e190956e8e4285b682edcbb;hp=a72973a26b2ec2f75cb625ab9d01cf3c468e46a8;hpb=1263b7d6131cdaed2c460cf03757aaaf5696ec47;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);