ostream-null.c revision 8b2cf1c1bd8ddcea0525b62fd35ba76e136828a1
/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ostream-private.h"
#include "ostream-null.h"
static ssize_t
{
unsigned int i;
for (i = 0; i < iov_count; i++)
return ret;
}
struct ostream *o_stream_create_null(void)
{
struct ostream_private *stream;
return output;
}