summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-22 20:50:11 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-22 20:50:11 +0200
commit4383573ac7e0b6c8ddc087323c1cd166706e024c (patch)
tree299cae021aa0a6a3b6915a0a21b51ba531012f2c /include
parent1bcdef965838405fdb1fe0779b40d6299d821d69 (diff)
parent6fab4d7598d0be4908e54d469171a1715e57cda2 (diff)
downloadacl-4383573ac7e0b6c8ddc087323c1cd166706e024c.tar.gz
Merge branch 'misc'
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);