]> Pileus Git - ~andy/git/blobdiff - http.h
Merge branch 'cn/thin-push-capability'
[~andy/git] / http.h
diff --git a/http.h b/http.h
index 12ca5c892d61a063c856bcdef9154a103c0aa4bc..cd37d5881cb0e63e52bd33d0b49bed49645340f5 100644 (file)
--- a/http.h
+++ b/http.h
@@ -54,6 +54,7 @@
 struct slot_results {
        CURLcode curl_result;
        long http_code;
+       long auth_avail;
 };
 
 struct active_request_slot {