commit: allow suppression of implicit identity advice
[gitweb.git] / strbuf.h
index fa07ecf094bd3ef8997958fde29199f8fb6421b9..84ac9424b5446aa82ac79045ad020f9ecfc0f75f 100644 (file)
--- a/strbuf.h
+++ b/strbuf.h
@@ -116,6 +116,7 @@ struct strbuf_expand_dict_entry {
        const char *value;
 };
 extern size_t strbuf_expand_dict_cb(struct strbuf *sb, const char *placeholder, void *context);
+extern void strbuf_addbuf_percentquote(struct strbuf *dst, const struct strbuf *src);
 
 __attribute__((format (printf,2,3)))
 extern void strbuf_addf(struct strbuf *sb, const char *fmt, ...);