Compila rnetserver e rnetclient.
[cascardo/rnetproxy.git] / tcp_connect.c
index 1f62c97..1ec710f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2009  Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
+ * Copyright (C) 2008-2009  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
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <unistd.h>
 
-int
+static int
 tcp_connect (struct addrinfo *ai)
 {
   int fd;
@@ -39,7 +39,7 @@ tcp_connect (struct addrinfo *ai)
   return fd;
 }
 
-int
+static int
 tcp_connect_list (struct addrinfo *ai)
 {
   int fd = -1;