mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 08:53:48 +00:00
10 lines
226 B
C
10 lines
226 B
C
extern void assert_config_entry_existence(
|
|
git_repository *repo,
|
|
const char *name,
|
|
bool is_supposed_to_exist);
|
|
|
|
extern void assert_config_entry_value(
|
|
git_repository *repo,
|
|
const char *name,
|
|
const char *expected_value);
|