X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/37863201ad549b11ce70ecfb1e348165637f2e44..6e4fb64e6141727b8144bb77265bf0a4a8450a39:/io.c diff --git a/io.c b/io.c index 0f8ab919..5122a2a2 100644 --- 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)); }