libgit2/include
Michał Górny 462865d702 cred_helpers: Add 'const' qualifiers to git_cred_userpass_payload
Make both username & password in git_cred_userpass_payload 'const'.
The values are not altered anywhere, and the extra qualifier allows
clients to assign 'const' values there.
2015-05-24 13:18:30 +02:00
..
git2 cred_helpers: Add 'const' qualifiers to git_cred_userpass_payload 2015-05-24 13:18:30 +02:00
git2.h Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00