view src/doveadm/doveadm-dsync.h @ 22713:cb108f786fb4

Updated copyright notices to include the year 2018.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Mon, 01 Jan 2018 22:42:08 +0100
parents fc79ac9cc378
children
line wrap: on
line source

#ifndef DOVEADM_DSYNC_H
#define DOVEADM_DSYNC_H

extern struct doveadm_mail_cmd cmd_dsync_mirror;
extern struct doveadm_mail_cmd cmd_dsync_backup;
extern struct doveadm_mail_cmd cmd_dsync_server;

void doveadm_dsync_main(int *_argc, char **_argv[]);

#endif