X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c6e7fcb42bc87660ece8d4dc9a1b10bd1fb7b0c5..1cdc8b50a2c3cd22857b86b88138fff287f5429c:/token.c diff --git a/token.c b/token.c index 3d6899ae..887e6254 100644 --- a/token.c +++ b/token.c @@ -73,7 +73,8 @@ static void simple_send_token(int f,int token, * If token == -1 then we have reached EOF * If n == 0 then don't send a buffer */ -void send_token(int f,int token,struct map_struct *buf,int offset,int n) +void send_token(int f,int token,struct map_struct *buf,int offset, + int n,int toklen) { if (!do_compression) { simple_send_token(f,token,buf,offset,n);