summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-22 21:23:33 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-22 21:23:33 +0200
commita45ee50050719aa6a863a89a04b9af8c50202ec6 (patch)
treeddf46308969f5abac7bdc8565881b003618a7ea0 /include
parent29fb85e529a598d29c012ed44bb5501e0c54037a (diff)
parentcb44d79564db216af18d9beb632700e40634f166 (diff)
downloadattr-a45ee50050719aa6a863a89a04b9af8c50202ec6.tar.gz
Merge branch 'misc'
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);