]> andersk Git - moira.git/blame - clients/lib/mrclient-internal.h
break out of case statement, don't fall through.
[moira.git] / clients / lib / mrclient-internal.h
CommitLineData
d5a7ea17 1/* $Id$
2 *
3 * Copyright (C) 1999 by the Massachusetts Institute of Technology
4 *
5 */
6
7#ifndef _mrclient_internal_h_
8#define _mrclient_internal_h_
9
10void mrcl_set_message(char *, ...);
11void mrcl_clear_message(void);
12
13enum { MAILTYPE_ERROR, MAILTYPE_IMAP, MAILTYPE_POP,
14 MAILTYPE_LOCAL, MAILTYPE_MAILHUB, MAILTYPE_SMTP };
15int mailtype(char *machine);
16
17#endif /* _mrclient_internal_h_ */
This page took 0.085073 seconds and 5 git commands to generate.