From 0c111e2b51cac7eead56494b30c5977e4ec9a8ea Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 10 Mar 1998 13:40:57 +0000 Subject: Import cvs-1.9.26 onto vendor branch --- contrib/cvs/lib/getline.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/cvs/lib/getline.h') diff --git a/contrib/cvs/lib/getline.h b/contrib/cvs/lib/getline.h index 30bcc25..d061b7c 100644 --- a/contrib/cvs/lib/getline.h +++ b/contrib/cvs/lib/getline.h @@ -11,5 +11,8 @@ int getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream)); +int + getstr __PROTO ((char **_lineptr, size_t *_n, FILE *_stream, + char _terminator, int _offset)); #endif /* _getline_h_ */ -- cgit v1.1