X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2f9af9011887f585e152c28db52166a78a0b5d5d..27d3cdbc943a57d64f4f2a35a4f1e1b15d9ca41f:/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)); }