]> andersk Git - moira.git/blob - clients/lib/mrclient-internal.h
b0afcec3d6586cef20769c39c576a77692df22f8
[moira.git] / clients / lib / mrclient-internal.h
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
10 void mrcl_set_message(char *, ...);
11 void mrcl_clear_message(void);
12
13 enum { MAILTYPE_ERROR, MAILTYPE_IMAP, MAILTYPE_POP, 
14        MAILTYPE_LOCAL, MAILTYPE_MAILHUB, MAILTYPE_SMTP };
15 int mailtype(char *machine);
16
17 #endif /* _mrclient_internal_h_ */
This page took 0.15393 seconds and 3 git commands to generate.