mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 00:13:18 +00:00
5 lines
114 B
C
5 lines
114 B
C
extern void assert_config_entry_existence(
|
|
git_repository *repo,
|
|
const char *name,
|
|
bool is_supposed_to_exist);
|