doveadm.c revision a6ab8f00351265e35b79f3a22b1f5a4978ae5c35
/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "master-service.h"
#include "doveadm-mail.h"
#include "doveadm.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
void usage(void)
{
exit(1);
}
{
const char *cmd_name, *getopt_str;
int c;
/* "+" is GNU extension to stop at the first non-option.
others just accept -+ option. */
usage();
}
usage();
usage();
return 0;
}