Statistics
| Branch: | Revision:

root / ui / vnc-auth-vencrypt.h @ d4970b07

History | View | Annotate | Download (1.4 kB)

1 274b6fcc aliguori
/*
2 274b6fcc aliguori
 * QEMU VNC display driver
3 274b6fcc aliguori
 *
4 274b6fcc aliguori
 * Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>
5 274b6fcc aliguori
 * Copyright (C) 2006 Fabrice Bellard
6 274b6fcc aliguori
 * Copyright (C) 2009 Red Hat, Inc
7 274b6fcc aliguori
 *
8 274b6fcc aliguori
 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 274b6fcc aliguori
 * of this software and associated documentation files (the "Software"), to deal
10 274b6fcc aliguori
 * in the Software without restriction, including without limitation the rights
11 274b6fcc aliguori
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12 274b6fcc aliguori
 * copies of the Software, and to permit persons to whom the Software is
13 274b6fcc aliguori
 * furnished to do so, subject to the following conditions:
14 274b6fcc aliguori
 *
15 274b6fcc aliguori
 * The above copyright notice and this permission notice shall be included in
16 274b6fcc aliguori
 * all copies or substantial portions of the Software.
17 274b6fcc aliguori
 *
18 274b6fcc aliguori
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 274b6fcc aliguori
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 274b6fcc aliguori
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 274b6fcc aliguori
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 274b6fcc aliguori
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 274b6fcc aliguori
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 274b6fcc aliguori
 * THE SOFTWARE.
25 274b6fcc aliguori
 */
26 274b6fcc aliguori
27 274b6fcc aliguori
28 274b6fcc aliguori
#ifndef __QEMU_VNC_AUTH_VENCRYPT_H__
29 274b6fcc aliguori
#define __QEMU_VNC_AUTH_VENCRYPT_H__
30 274b6fcc aliguori
31 274b6fcc aliguori
void start_auth_vencrypt(VncState *vs);
32 274b6fcc aliguori
33 274b6fcc aliguori
#endif /* __QEMU_VNC_AUTH_VENCRYPT_H__ */