http-backend: respect CONTENT_LENGTH as specified by rfc3875
[gitweb.git] / config.h
index cdac2fc73e6a2d0bc3230848425557a23e88d0bf..7808413bd07a496bf2aed3aca99cfea3e2a42d97 100644 (file)
--- a/config.h
+++ b/config.h
@@ -73,6 +73,7 @@ extern void git_config(config_fn_t fn, void *);
 extern int config_with_options(config_fn_t fn, void *,
                               struct git_config_source *config_source,
                               const struct config_options *opts);
+extern int git_parse_ssize_t(const char *, ssize_t *);
 extern int git_parse_ulong(const char *, unsigned long *);
 extern int git_parse_maybe_bool(const char *);
 extern int git_config_int(const char *, const char *);