/* Copyright (c) 2010-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "ostream.h"
#include "doveadm-print-private.h"
struct doveadm_print_tab_context {
};
static void doveadm_print_tab_flush_header(void)
{
if (!ctx.header_written) {
}
}
static void
{
ctx.header_count++;
if (!doveadm_print_hide_titles) {
}
}
{
if (ctx.header_idx > 0)
ctx.header_idx = 0;
}
}
static void
{
if (size == 0) {
return;
}
if (ctx.header_idx > 0)
}
static void doveadm_print_tab_flush(void)
{
}
"tab",
NULL,
NULL,
};