1 --- cvs-1.11.23/lib/getline.c 2005-04-04 22:46:05.000000000 +0200
2 +++ cvs-1.11.23/lib/getline.c.old 2008-06-03 19:06:25.000000000 +0200
9 getline (lineptr, n, stream)
13 return getstr (lineptr, n, stream, '\n', 0, GETLINE_NO_LIMIT);
18 getline_safe (lineptr, n, stream, limit)
21 --- cvs-1.11.23/lib/getline.h 2005-04-04 22:46:05.000000000 +0200
22 +++ cvs-1.11.23/lib/getline.h.old 2008-06-03 19:06:27.000000000 +0200
25 #define GETLINE_NO_LIMIT -1
29 getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
32 getline_safe __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,