X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=http.h;h=a0b59015948c3b9736dd6c09fd9137f7ecd4f59a;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=b431b8bd5b6d694dd01fc92b2ffcca41655d82bf;hpb=2b7d947b8f57f377b24bc2e802d0af67ff911d6f;p=git.git diff --git a/http.h b/http.h index b431b8bd5..a0b590159 100644 --- a/http.h +++ b/http.h @@ -127,6 +127,8 @@ extern void end_url_with_slash(struct strbuf *buf, const char *url); #define HTTP_MISSING_TARGET 1 #define HTTP_ERROR 2 #define HTTP_START_FAILED 3 +#define HTTP_REAUTH 4 +#define HTTP_NOAUTH 5 /* * Requests an url and stores the result in a strbuf.