Files
guacamole-client/guacamole/proxy/client.h
2010-09-07 20:23:46 -07:00

7 lines
72 B
C

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