X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=credential.h;h=0c3e85e8e4232ad9298372efebf7696a77dc94b1;hb=68868ff57348b7ae351890b3599949422d2e6001;hp=96ea41bd1c99c05d63cb965a5fc57fcd838f3fdb;hpb=d8ce800531d0c5c26cdc076fe2b9e70d25fe7f81;p=git.git diff --git a/credential.h b/credential.h index 96ea41bd1..0c3e85e8e 100644 --- a/credential.h +++ b/credential.h @@ -26,6 +26,7 @@ void credential_approve(struct credential *); void credential_reject(struct credential *); int credential_read(struct credential *, FILE *); +void credential_write(const struct credential *, FILE *); void credential_from_url(struct credential *, const char *url); int credential_match(const struct credential *have, const struct credential *want);