X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=quote.h;h=fc5481e78a6baad9ad72014318a9d0bfdd495b6b;hb=0881d2d1303a067a02e3811d43a1aed04a47945e;hp=c1ab3788e6d69318638142ebeffc690318a0489a;hpb=423325a2d24638ddcc82ce47be5e40be550f4507;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