X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flinebuffer.h;h=aa6db0e3fd7362d5254a19dfc22bf11521442f9c;hb=cf420e2bd8327b9a4c18a3fb2580071377c05c46;hp=4e3549162b122d8f4425f392a33125c53c039fa5;hpb=89f2b4892655a929a506eff123c9126a88e2c8eb;p=gnulib.git diff --git a/lib/linebuffer.h b/lib/linebuffer.h index 4e3549162..aa6db0e3f 100644 --- a/lib/linebuffer.h +++ b/lib/linebuffer.h @@ -1,5 +1,7 @@ /* linebuffer.h -- declarations for reading arbitrarily long lines - Copyright (C) 1986, 1991, 1998, 1999 Free Software Foundation, Inc. + + Copyright (C) 1986, 1991, 1998, 1999, 2002, 2003 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 @@ -42,8 +44,8 @@ void initbuffer PARAMS ((struct linebuffer *linebuffer)); Keep the newline; append a newline if it's the last line of a file that ends in a non-newline character. Do not null terminate. Return LINEBUFFER, except at end of file return 0. */ -struct linebuffer *readline PARAMS ((struct linebuffer *linebuffer, - FILE *stream)); +struct linebuffer *readlinebuffer PARAMS ((struct linebuffer *linebuffer, + FILE *stream)); /* Free linebuffer LINEBUFFER and its data, all allocated with malloc. */ void freebuffer PARAMS ((struct linebuffer *));