From d470ac730b59232e292e6920c7e124de0d1f3a89 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Thu, 4 Oct 2012 18:11:16 +0930 Subject: [PATCH] Cosmetic improvement for better self-documentation --- rhizome.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhizome.h b/rhizome.h index b29b09b3..317f05ca 100644 --- a/rhizome.h +++ b/rhizome.h @@ -178,7 +178,7 @@ int rhizome_str_is_file_hash(const char *text); #define alloca_tohex_bid(bid) alloca_tohex((bid), RHIZOME_MANIFEST_ID_BYTES) -int http_header_complete(const char *buf, size_t len, size_t tail); +int http_header_complete(const char *buf, size_t len, size_t read_since_last_call); int str_startswith(char *str, const char *substring, char **afterp); int strcase_startswith(char *str, const char *substring, char **afterp);