X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=http.h;h=37a6a6a3b0cd0ddbbf395230f04b94fc54191dbe;hb=0e4607c09d72ada4942ea49298dba83ec4145892;hp=c78cacb9c3543caf1f59b9068cac2b053ef088f9;hpb=eb9d47cf9b1cb36876df1cfd48ab57278729be6d;p=git.git diff --git a/http.h b/http.h index c78cacb9c..37a6a6a3b 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.