diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-09-09 05:57:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-09-09 05:57:34 +0000 |
commit | 6e4fb64e6141727b8144bb77265bf0a4a8450a39 (patch) | |
tree | 363bf9f26d72a0800bf1f0ddae0c15064c18239d /token.c | |
parent | 37863201ad549b11ce70ecfb1e348165637f2e44 (diff) | |
download | rsync-6e4fb64e6141727b8144bb77265bf0a4a8450a39.tar.gz rsync-6e4fb64e6141727b8144bb77265bf0a4a8450a39.tar.bz2 rsync-6e4fb64e6141727b8144bb77265bf0a4a8450a39.zip |
added finddead target, removed dead code and made some functions
static
Diffstat (limited to 'token.c')
-rw-r--r-- | token.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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]; |