summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-22 20:03:16 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-22 20:46:54 +0200
commit6fab4d7598d0be4908e54d469171a1715e57cda2 (patch)
treef6999db84d02e423005821383368783e5bad2cfc /include
parentcb44d79564db216af18d9beb632700e40634f166 (diff)
downloadacl-6fab4d7598d0be4908e54d469171a1715e57cda2.tar.gz
Add a parameter to quote() to specify which characters to quote
Diffstat (limited to 'include')
-rw-r--r--include/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/misc.h b/include/misc.h
index 58c2640..0c5fdcc 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -17,7 +17,7 @@
extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);
-extern const char *quote(const char *str);
+extern const char *quote(const char *str, const char *quote_chars);
extern char *unquote(char *str);
extern char *next_line(FILE *file);