X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flinebuffer.h;h=aa6db0e3fd7362d5254a19dfc22bf11521442f9c;hb=cf420e2bd8327b9a4c18a3fb2580071377c05c46;hp=6267bb100d323f81c592661b012cfac409307001;hpb=d349992d82f97d614404565ff66e3f8a47b4a568;p=gnulib.git diff --git a/lib/linebuffer.h b/lib/linebuffer.h index 6267bb100..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, 2000 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 *));