A bit more custom-client framework.

This commit is contained in:
Michael Jumper
2010-09-07 21:21:03 -07:00
parent 51f71d40ba
commit a70a5bad39
6 changed files with 360 additions and 228 deletions

View File

@@ -0,0 +1,10 @@
#ifndef _VNC_CLIENT_H
#define _VNC_CLIENT_H
#include "client.h"
void vnc_guac_client_init(guac_client* client);
#endif