ostream-null.c revision bcb4e51a409d94ae670de96afb8483a4f7855294
/* Copyright (c) 2016-2018 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;
}