1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/news/nn/files/patch-global.h
2016-05-22 16:35:29 +00:00

12 lines
409 B
C

--- 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 */