summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-02-22 02:48:58 +0000
committerNathan Scott <nathans@sgi.com>2005-02-22 02:48:58 +0000
commitbe53f08be0af041aebad84c5513627a964273adf (patch)
treef24496c2146a553edc538308edde352553c60aad /include
parente6c9beae775453548abf0d0481bde6fc8ad3a079 (diff)
downloadacl-be53f08be0af041aebad84c5513627a964273adf.tar.gz
Updated next_line fix from AndreasG
Merge of master-melb:xfs-cmds:21593a by kenmcd.
Diffstat (limited to 'include')
-rw-r--r--include/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/misc.h b/include/misc.h
index 58a6e78..bb7e7de 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -8,3 +8,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 char *next_line(FILE *file);