diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/misc.h | 2 |
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); |