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