proxy -> client (renamed)

This commit is contained in:
Michael Jumper
2010-09-07 20:23:46 -07:00
parent a8fac57159
commit 51f71d40ba
4 changed files with 15 additions and 15 deletions

6
guacamole/proxy/client.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _PROXY_H_
#define _PROXY_H
void client(int client_fd);
#endif