xref: /qemu/ui/vnc-ws.h (revision 2a6a4076)
17536ee4bSTim Hardeck /*
27536ee4bSTim Hardeck  * QEMU VNC display driver: Websockets support
37536ee4bSTim Hardeck  *
47536ee4bSTim Hardeck  * Copyright (C) 2010 Joel Martin
57536ee4bSTim Hardeck  * Copyright (C) 2012 Tim Hardeck
67536ee4bSTim Hardeck  *
77536ee4bSTim Hardeck  * This is free software; you can redistribute it and/or modify
87536ee4bSTim Hardeck  * it under the terms of the GNU General Public License as published by
97536ee4bSTim Hardeck  * the Free Software Foundation; either version 2 of the License, or
107536ee4bSTim Hardeck  * (at your option) any later version.
117536ee4bSTim Hardeck  *
127536ee4bSTim Hardeck  * This software is distributed in the hope that it will be useful,
137536ee4bSTim Hardeck  * but WITHOUT ANY WARRANTY; without even the implied warranty of
147536ee4bSTim Hardeck  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
157536ee4bSTim Hardeck  * GNU General Public License for more details.
167536ee4bSTim Hardeck  *
177536ee4bSTim Hardeck  * You should have received a copy of the GNU General Public License
187536ee4bSTim Hardeck  * along with this software; if not, see <http://www.gnu.org/licenses/>.
197536ee4bSTim Hardeck  */
207536ee4bSTim Hardeck 
21*2a6a4076SMarkus Armbruster #ifndef QEMU_UI_VNC_WS_H
22*2a6a4076SMarkus Armbruster #define QEMU_UI_VNC_WS_H
237536ee4bSTim Hardeck 
2404d2529dSDaniel P. Berrange gboolean vncws_tls_handshake_io(QIOChannel *ioc,
2504d2529dSDaniel P. Berrange                                 GIOCondition condition,
2604d2529dSDaniel P. Berrange                                 void *opaque);
2704d2529dSDaniel P. Berrange gboolean vncws_handshake_io(QIOChannel *ioc,
2804d2529dSDaniel P. Berrange                             GIOCondition condition,
2904d2529dSDaniel P. Berrange                             void *opaque);
307536ee4bSTim Hardeck 
31*2a6a4076SMarkus Armbruster #endif /* QEMU_UI_VNC_WS_H */
32