examples
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
struct
X400Message;
17
struct
X400msMessage;
18
19
int
print_msg(
struct
X400msMessage *mp,
int
type);
20
21
int
get_body_parts(
22
struct
X400msMessage *mp
23
);
24
25
int
get_recips(
26
struct
X400Message *x400_mp,
27
int
type
28
);
29
30
int
add_sec_label(
31
struct
X400msMessage *mp
/* message object */
32
);
33
34
35
int
get_x400_pty_from_4406(
int
s4406_pty);
36
int
get_x400_pty_qual_from_4406(
int
s4406_pty);
37
char
* get_x400_pty_str_from_4406(
int
s4406_pty);
38
All rights reserved © 2002 - 2024 Isode Ltd.