X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5914bf15d2bb62003de56cea1d95f62b5830618a..039faa86600172aa92362657659652671aedb4c8:/token.c diff --git a/token.c b/token.c index 8295cc5e..1244b2d6 100644 --- a/token.c +++ b/token.c @@ -366,8 +366,7 @@ recv_deflated_token(int f, char **data) * put the data corresponding to a token that we've just returned * from recv_deflated_token into the decompressor's history buffer. */ -void -see_deflate_token(char *buf, int len) +static void see_deflate_token(char *buf, int len) { int r, blklen; unsigned char hdr[5];