539a61d
--- sphinx-2.0.3-release/api/libsphinxclient/sphinxclient.c~	2011-11-13 06:40:26.000000000 -0600
539a61d
+++ sphinx-2.0.3-release/api/libsphinxclient/sphinxclient.c	2012-02-14 13:45:50.444826859 -0600
539a61d
@@ -290,7 +290,7 @@
539a61d
 }
539a61d
 
539a61d
 
539a61d
-void sock_close ( int sock );
539a61d
+static sock_close ( int sock );
539a61d
 
539a61d
 
539a61d
 #define safe_free(_ptr) \
539a61d
--- sphinx-2.0.3-release/api/libsphinxclient/sphinxclient.c~	2012-02-14 13:50:33.000000000 -0600
539a61d
+++ sphinx-2.0.3-release/api/libsphinxclient/sphinxclient.c	2012-02-14 13:54:50.527389085 -0600
539a61d
@@ -1253,7 +1253,7 @@
539a61d
 }
539a61d
 
539a61d
 
539a61d
-void sock_close ( int sock )
539a61d
+static sock_close ( int sock )
539a61d
 {
539a61d
 	if ( sock<0 )
539a61d
 		return;