diff options
Diffstat (limited to 'news/cg/files/patch-util.h')
-rw-r--r-- | news/cg/files/patch-util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/cg/files/patch-util.h b/news/cg/files/patch-util.h new file mode 100644 index 000000000000..2228d5475e7f --- /dev/null +++ b/news/cg/files/patch-util.h @@ -0,0 +1,11 @@ +--- util.h.orig 2002-04-24 15:45:24 UTC ++++ util.h +@@ -57,7 +57,7 @@ void copy_stream(stream *in, out_state * + void debug(out_state *out, char *fmt, ...); + char *expand(char *path); + FILE *fopen_uniq(char **s); +-char *getline(FILE *f); ++char *get_line(FILE *f); + void output_header(out_state *out, symbol name, struct header *h); + void prdebug(int level, char *fmt, ...); + void prdebug_init(int do_file, int do_stdout); |