X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=quote.h;h=ca8ee3144a6ad2440cce047f7c7afce66f0a8bed;hb=e392382f95fe8d3c15cf88453acb92a93fc5a942;hp=fb08dc085cca25c276cebd79a4cac5b81bd6ad9a;hpb=35d771591f673e1c2c7bc90b998670bed1e9e567;p=thirdparty%2Fgit.git diff --git a/quote.h b/quote.h index fb08dc085c..ca8ee3144a 100644 --- a/quote.h +++ b/quote.h @@ -40,6 +40,7 @@ void sq_quotef(struct strbuf *, const char *fmt, ...); */ void sq_quote_buf_pretty(struct strbuf *, const char *src); void sq_quote_argv_pretty(struct strbuf *, const char **argv); +void sq_append_quote_argv_pretty(struct strbuf *dst, const char **argv); /* This unwraps what sq_quote() produces in place, but returns * NULL if the input does not look like what sq_quote would have