Compila rnetserver e rnetclient.
[cascardo/rnetproxy.git] / tcp_connect.h
index cb323d9..90e0831 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008  Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
+ * Copyright (C) 2008  Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,5 +20,6 @@
 #define HC_TCP_CONNECT_H
 
 int hc_tcp_connect (char *, char*);
+int hc_tcp_server (char*);
 
 #endif