mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
7 lines
71 B
C
7 lines
71 B
C
#ifndef _PROXY_H_
|
|
#define _PROXY_H
|
|
|
|
void proxy(int client_fd);
|
|
|
|
#endif
|