X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=http.h;h=2dd03e88b75e2f4dd7b328e5baf5359adebc945e;hb=f350e1faaa7070030a5c40acdaec650b47dfdc12;hp=5c9441c10ce708be426afe7424d63dcbb68a49e2;hpb=a0075d9e6ae211e8bde3eb40c8cdebb1772ee680;p=git.git diff --git a/http.h b/http.h index 5c9441c10..2dd03e88b 100644 --- a/http.h +++ b/http.h @@ -126,6 +126,8 @@ extern char *get_remote_object_url(const char *url, const char *hex, #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.