Revision 24319,
596 bytes
checked in by broder, 15 years ago
(diff) |
New Moira snapshot from SVN.
|
Line | |
---|
1 | /* $Id: mrclient.h 3956 2010-01-05 20:56:56Z zacheiss $ |
---|
2 | * |
---|
3 | * Copyright (C) 1999 by the Massachusetts Institute of Technology |
---|
4 | * |
---|
5 | */ |
---|
6 | |
---|
7 | #ifndef _mrclient_h_ |
---|
8 | #define _mrclient_h_ |
---|
9 | |
---|
10 | #define MRCL_SUCCESS 0 |
---|
11 | #define MRCL_FAIL 1 |
---|
12 | #define MRCL_REJECT 2 |
---|
13 | #define MRCL_WARN 3 |
---|
14 | #define MRCL_ENOMEM 4 |
---|
15 | #define MRCL_MOIRA_ERROR 5 |
---|
16 | #define MRCL_AUTH_ERROR 6 |
---|
17 | |
---|
18 | int mrcl_connect(char *server, char *client, int version, int auth); |
---|
19 | char *mrcl_krb_user(void); |
---|
20 | char *partial_canonicalize_hostname(char *s); |
---|
21 | |
---|
22 | int mrcl_validate_pobox_smtp(char *user, char *address, char **ret); |
---|
23 | |
---|
24 | #endif /* _mrclient_h_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.