summaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-09 05:57:34 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-09 05:57:34 +0000
commit6e4fb64e6141727b8144bb77265bf0a4a8450a39 (patch)
tree363bf9f26d72a0800bf1f0ddae0c15064c18239d /token.c
parent37863201ad549b11ce70ecfb1e348165637f2e44 (diff)
downloadrsync-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.c3
1 files changed, 1 insertions, 2 deletions
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];