mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
11 lines
124 B
C
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
|
|
|