Mercurial > noffle
diff src/util.h @ 87:bf8c97460fd7 noffle
[svn] Preserve newslines and spaces in header lines
author | bears |
---|---|
date | Thu, 18 May 2000 13:11:05 +0100 |
parents | e612b263934f |
children | 93cc929329eb |
line wrap: on
line diff
--- a/src/util.h Wed May 17 18:09:04 2000 +0100 +++ b/src/util.h Thu May 18 13:11:05 2000 +0100 @@ -3,7 +3,7 @@ Miscellaneous helper functions. - $Id: util.h 65 2000-05-12 16:52:41Z enz $ + $Id: util.h 99 2000-05-18 12:11:05Z bears $ */ #ifndef UTL_H @@ -51,7 +51,8 @@ /* Read a header line from string. Reads continuation lines if - necessary. Return NULL if pos == NULL or no more line to read + necessary. Line is returned as formatted, including '\n's. + Return NULL if pos == NULL or no more line to read. */ const char * Utl_getHeaderLn( Str result, const char *p );