|
|
@ -1,5 +1,5 @@
|
|
|
|
#ifndef SASL_H
|
|
|
|
#ifndef RFBSASL_H
|
|
|
|
#define SASL_H
|
|
|
|
#define RFBSASL_H
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2017 S. Waterman. All Rights Reserved.
|
|
|
|
* Copyright (C) 2017 S. Waterman. All Rights Reserved.
|
|
|
@ -36,4 +36,4 @@ int ReadFromSASL(rfbClient* client, char *out, unsigned int n);
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* LIBVNCSERVER_HAVE_SASL */
|
|
|
|
#endif /* LIBVNCSERVER_HAVE_SASL */
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* SASL_H */
|
|
|
|
#endif /* RFBSASL_H */
|
|
|
|