diff options
Diffstat (limited to 'src/config_file.h')
-rw-r--r-- | src/config_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config_file.h b/src/config_file.h index cf1a59036..7445859c4 100644 --- a/src/config_file.h +++ b/src/config_file.h @@ -54,5 +54,7 @@ GIT_INLINE(int) git_config_file_foreach_match( return cfg->foreach(cfg, regexp, fn, data); } +extern int git_config_file_normalize_section(char *start, char *end); + #endif |