ms_example.h
1 /* Copyright (c) 2004-2017, Isode Limited, London, England.
2  * All rights reserved.
3  *
4  * Acquisition and use of this software and related materials for any
5  * purpose requires a written licence agreement from Isode Limited,
6  * or a written licence from an organisation licenced by Isode Limited
7  * to grant such a licence.
8  *
9  */
10 
11 /*
12  *
13  * @VERSION@
14  */
15 
16 
17 int print_msg(struct X400msMessage *mp, int type);
18 
19 int get_body_parts(
20  struct X400msMessage *mp
21 );
22 
23 int get_recips(
24  struct X400Message *x400_mp,
25  int type
26 );
27 
28 int get_x400_pty_from_4406(int s4406_pty);
29 int get_x400_pty_qual_from_4406(int s4406_pty);
30 char * get_x400_pty_str_from_4406(int s4406_pty);
31