X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=quote.h;h=fc5481e78a6baad9ad72014318a9d0bfdd495b6b;hb=93d5f0619ccf10d7a16834b9e3be38871d2aae6c;hp=c1ab3788e6d69318638142ebeffc690318a0489a;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;p=git.git diff --git a/quote.h b/quote.h index c1ab3788e..fc5481e78 100644 --- a/quote.h +++ b/quote.h @@ -29,6 +29,7 @@ */ extern char *sq_quote(const char *src); +extern void sq_quote_print(FILE *stream, const char *src); extern size_t sq_quote_buf(char *dst, size_t n, const char *src); /* This unwraps what sq_quote() produces in place, but returns