diff options
Diffstat (limited to 'news/nn/files/patch-global.h')
-rw-r--r-- | news/nn/files/patch-global.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/nn/files/patch-global.h b/news/nn/files/patch-global.h new file mode 100644 index 000000000000..2b4f0ad72069 --- /dev/null +++ b/news/nn/files/patch-global.h @@ -0,0 +1,11 @@ +--- global.h.orig 2005-04-01 05:39:01 UTC ++++ global.h +@@ -258,7 +258,7 @@ int nn_truncate(char *, off_ + char *strsave(char *); + char *str3save(char *, char *, char *); + char *fgetstr(FILE *); +-int getline(char *, int); ++int get_line(char *, int); + extern char *tmp_directory; + extern char *nntp_cache_dir; + #endif /* _NN_GLOBAL_H */ |