push: add a config option push.gpgSign for default signed pushes
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index badf3da3405dab75ecb03b6fa2e885182ba56475..dc0e5a29dc3039f5ccbf1b91ee88989e009f3ab4 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1375,6 +1375,7 @@ extern int git_config_with_options(config_fn_t fn, void *,
                                   int respect_includes);
 extern int git_config_early(config_fn_t fn, void *, const char *repo_config);
 extern int git_parse_ulong(const char *, unsigned long *);
+extern int git_parse_maybe_bool(const char *);
 extern int git_config_int(const char *, const char *);
 extern int64_t git_config_int64(const char *, const char *);
 extern unsigned long git_config_ulong(const char *, const char *);