Files
guacamole-client/guacamole/proxy/vnc_client.h
2010-09-07 21:21:03 -07:00

11 lines
124 B
C

#ifndef _VNC_CLIENT_H
#define _VNC_CLIENT_H
#include "client.h"
void vnc_guac_client_init(guac_client* client);
#endif