X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=credential.h;h=96ea41bd1c99c05d63cb965a5fc57fcd838f3fdb;hb=90020e3bcd2108baecc79144319c86ad865c8c5e;hp=e5042723a87543714846961667c3bb49b2c25827;hpb=118250728e1aa46c19d4d258950b2ba15cb6d5d2;p=git.git diff --git a/credential.h b/credential.h index e5042723a..96ea41bd1 100644 --- a/credential.h +++ b/credential.h @@ -6,7 +6,8 @@ struct credential { struct string_list helpers; unsigned approved:1, - configured:1; + configured:1, + use_http_path:1; char *username; char *password;