summaryrefslogtreecommitdiffstats
path: root/src/lib/ostream-null.h
blob: 7c83c801f3d2bddec1c0985123d840f97d31d1b2 (plain)
1
2
3
4
5
6
7
#ifndef OSTREAM_NULL_H
#define OSTREAM_NULL_H

/* Create an output stream that ignores all the writes. */
struct ostream *o_stream_create_null(void);

#endif