Added dummy proxy implementation, moved client, added main Makefile.

This commit is contained in:
Michael Jumper
2010-09-04 22:55:10 -07:00
committed by Mike Jumper
parent 7ee970c88a
commit c048537232
70 changed files with 159 additions and 0 deletions

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

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