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