diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 7f3494edc..fc639c6d4 100644 --- a/src/config.h +++ b/src/config.h @@ -21,4 +21,7 @@ struct git_config { git_vector files; }; +extern int git_config_find_global_r(git_buf *global_config_path); +extern int git_config_find_system_r(git_buf *system_config_path); + #endif |