Files
guacamole-client/guacamole/proxy/proxy.h

7 lines
71 B
C

#ifndef _PROXY_H_
#define _PROXY_H
void proxy(int client_fd);
#endif