X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgetnline.h;h=fae1367caf172684a86dcfebbc651204882a781a;hb=c73a1f614a21ffe15424c52ecade7556174a071e;hp=e455300ab9ae64957d7afd70736c1041bd77c2bb;hpb=ef2f334e88fcd5daffc4c72dfc51794927c75920;p=gnulib.git diff --git a/lib/getnline.h b/lib/getnline.h index e455300ab..fae1367ca 100644 --- a/lib/getnline.h +++ b/lib/getnline.h @@ -1,6 +1,6 @@ /* getnline - Read a line from a stream, with bounded memory allocation. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,12 +19,11 @@ #ifndef GETNLINE_H #define GETNLINE_H 1 -#include #include - -/* Get ssize_t. */ #include +#define GETNLINE_NO_LIMIT ((size_t) -1) + /* Read a line, up to the next newline, from STREAM, and store it in *LINEPTR. *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE bytes of space. It is realloc'd as necessary. Reallocation is limited to