view src/lib/istream-crlf.h @ 8590:b9faf4db2a9f HEAD

Updated copyright notices to include year 2009.
author Timo Sirainen <tss@iki.fi>
date Tue, 06 Jan 2009 09:25:38 -0500
parents ba65c858b7dd
children
line wrap: on
line source

#ifndef ISTREAM_CRLF_H
#define ISTREAM_CRLF_H

/* Read all linefeeds as CRLF */
struct istream *i_stream_create_crlf(struct istream *input);
/* Read all linefeeds as LF */
struct istream *i_stream_create_lf(struct istream *input);

#endif