X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/37863201ad549b11ce70ecfb1e348165637f2e44..6e4fb64e6141727b8144bb77265bf0a4a8450a39:/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];