summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/misc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/misc.h b/include/misc.h
index 5f1db58..58c2640 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -20,9 +20,4 @@ extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);
extern const char *quote(const char *str);
extern char *unquote(char *str);
-extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);
-
-extern const char *quote(const char *str);
-extern char *unquote(char *str);
-
extern char *next_line(FILE *file);