summaryrefslogtreecommitdiff
path: root/quote.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-12 23:09:10 -0700
committerJunio C Hamano <junkio@cox.net>2006-07-12 23:09:10 -0700
commitd3ba675aae3c6c5722ad15cd9d0f3b7634e976ce (patch)
tree94813d10e42424a31cd58ad8eb9f338874cd0d7d /quote.h
parenta72f9373c01f9bbebd14af7cec6ff0de4c27c578 (diff)
parent1d0361e806086f6076c221ff5bb40b73643e96c3 (diff)
downloadgit-d3ba675aae3c6c5722ad15cd9d0f3b7634e976ce.tar.gz
Merge branch 'ml/trace'
* ml/trace: test-lib: unset GIT_TRACE GIT_TRACE: fix a mixed declarations and code warning GIT_TRACE: show which built-in/external commands are executed
Diffstat (limited to 'quote.h')
-rw-r--r--quote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quote.h b/quote.h
index c1ab3788e6..fc5481e78a 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