Cosmetic improvement for better self-documentation

This commit is contained in:
Andrew Bettison 2012-10-04 18:11:16 +09:30
parent 2e7d19a3f7
commit d470ac730b

View File

@ -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);