summaryrefslogtreecommitdiff
path: root/src/config_parse.h
diff options
context:
space:
mode:
authorNelson Elhage <nelhage@nelhage.com>2018-06-29 16:53:23 +0000
committerNelson Elhage <nelhage@nelhage.com>2018-06-29 16:53:23 +0000
commitb840855730bdb5dfcfa3d71d48893ca21d720004 (patch)
tree8c640896c3823f85a427537cf781eb992d227258 /src/config_parse.h
parent895a668e19dc596e7b12ea27724ceb7b68556106 (diff)
parent967da2c71c5eb3ff1292ac3f479757ad51a21298 (diff)
downloadlibgit2-b840855730bdb5dfcfa3d71d48893ca21d720004.tar.gz
Merge remote-tracking branch 'origin/master' into no-pkt-pack
Diffstat (limited to 'src/config_parse.h')
-rw-r--r--src/config_parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config_parse.h b/src/config_parse.h
index d14a8e60c..6650b87f3 100644
--- a/src/config_parse.h
+++ b/src/config_parse.h
@@ -36,8 +36,8 @@ typedef int (*git_config_parser_section_cb)(
typedef int (*git_config_parser_variable_cb)(
git_config_parser *parser,
const char *current_section,
- char *var_name,
- char *var_value,
+ const char *var_name,
+ const char *var_value,
const char *line,
size_t line_len,
void *data);