]> git.proxmox.com Git - libgit2.git/blame - tests/config/config_helpers.h
Merge pull request #2309 from jacquesg/midnightbsd
[libgit2.git] / tests / config / config_helpers.h
CommitLineData
0b98a8a4 1extern void assert_config_entry_existence(
2 git_repository *repo,
3 const char *name,
4 bool is_supposed_to_exist);
fcccf304 5
6extern void assert_config_entry_value(
7 git_repository *repo,
8 const char *name,
9 const char *expected_value);