]> andersk Git - moira.git/blame - clients/lib/mrclient-internal.h
Support EXCHANGE poboxes.
[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
22bbb6f0 13enum { MAILTYPE_ERROR, MAILTYPE_IMAP, MAILTYPE_EXCHANGE, MAILTYPE_POP,
d5a7ea17 14 MAILTYPE_LOCAL, MAILTYPE_MAILHUB, MAILTYPE_SMTP };
15int mailtype(char *machine);
16
17#endif /* _mrclient_internal_h_ */
This page took 0.059706 seconds and 5 git commands to generate.