http*: move common variables and macros to http.[ch]
[gitweb.git] / http.h
diff --git a/http.h b/http.h
index 26abebed1f35db971e423f79c433bed8c5338789..1ef7dc158356ec67ae7cbc0702f5c0392690609f 100644 (file)
--- a/http.h
+++ b/http.h
@@ -88,11 +88,16 @@ extern void add_fill_function(void *data, int (*fill)(void *));
 extern void step_active_slots(void);
 #endif
 
+extern struct curl_slist *no_pragma_header;
+
+#define RANGE_HEADER_SIZE 30
+
 extern void http_init(struct remote *remote);
 extern void http_cleanup(void);
 
 extern int data_received;
 extern int active_requests;
+extern int http_is_verbose;
 
 extern char curl_errorstr[CURL_ERROR_SIZE];