doveadm-print.h revision 7ed711d973b319320da100d3e905ef7b99ed69d6
#ifndef DOVEADM_PRINT_H
#define DOVEADM_PRINT_H
#define DOVEADM_PRINT_TYPE_FLOW "flow"
#define DOVEADM_PRINT_TYPE_TABLE "table"
enum doveadm_print_header_flags {
DOVEADM_PRINT_HEADER_FLAG_STICKY = 0x02,
};
enum doveadm_print_header_flags flags);
void doveadm_print_header_simple(const char *key_title);
void doveadm_print(const char *value);
void doveadm_print_init(const char *name);
void doveadm_print_deinit(void);
#endif