added finddead target, removed dead code and made some functions
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index 0f8ab91..5122a2a 100644 (file)
--- a/io.c
+++ b/io.c
@@ -484,7 +484,7 @@ void write_buf(int f,char *buf,int len)
 }
 
 /* write a string to the connection */
-void write_sbuf(int f,char *buf)
+static void write_sbuf(int f,char *buf)
 {
        write_buf(f, buf, strlen(buf));
 }