added finddead target, removed dead code and made some functions
[rsync/rsync.git] / token.c
diff --git a/token.c b/token.c
index 8295cc5..1244b2d 100644 (file)
--- 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];