1/* This file was created automatically
2 * Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
3 * $FreeBSD$
4 */
5
6
7void
8copy_msg_alerting(struct uni_alerting *src, struct uni_alerting *dst);
9
10
11void
12copy_msg_call_proc(struct uni_call_proc *src, struct uni_call_proc *dst);
13
14
15void
16copy_msg_connect(struct uni_connect *src, struct uni_connect *dst);
17
18
19void
20copy_msg_connect_ack(struct uni_connect_ack *src, struct uni_connect_ack *dst);
21
22
23void
24copy_msg_release(struct uni_release *src, struct uni_release *dst);
25
26
27void
28copy_msg_release_compl(struct uni_release_compl *src, struct uni_release_compl *dst);
29
30
31void
32copy_msg_setup(struct uni_setup *src, struct uni_setup *dst);
33
34
35void
36copy_msg_status(struct uni_status *src, struct uni_status *dst);
37
38
39void
40copy_msg_status_enq(struct uni_status_enq *src, struct uni_status_enq *dst);
41
42
43void
44copy_msg_notify(struct uni_notify *src, struct uni_notify *dst);
45
46
47void
48copy_msg_restart(struct uni_restart *src, struct uni_restart *dst);
49
50
51void
52copy_msg_restart_ack(struct uni_restart_ack *src, struct uni_restart_ack *dst);
53
54
55void
56copy_msg_add_party(struct uni_add_party *src, struct uni_add_party *dst);
57
58
59void
60copy_msg_add_party_ack(struct uni_add_party_ack *src, struct uni_add_party_ack *dst);
61
62
63void
64copy_msg_party_alerting(struct uni_party_alerting *src, struct uni_party_alerting *dst);
65
66
67void
68copy_msg_add_party_rej(struct uni_add_party_rej *src, struct uni_add_party_rej *dst);
69
70
71void
72copy_msg_drop_party(struct uni_drop_party *src, struct uni_drop_party *dst);
73
74
75void
76copy_msg_drop_party_ack(struct uni_drop_party_ack *src, struct uni_drop_party_ack *dst);
77
78
79void
80copy_msg_leaf_setup_req(struct uni_leaf_setup_req *src, struct uni_leaf_setup_req *dst);
81
82
83void
84copy_msg_leaf_setup_fail(struct uni_leaf_setup_fail *src, struct uni_leaf_setup_fail *dst);
85
86
87void
88copy_msg_cobisetup(struct uni_cobisetup *src, struct uni_cobisetup *dst);
89
90
91void
92copy_msg_facility(struct uni_facility *src, struct uni_facility *dst);
93
94
95void
96copy_msg_modify_req(struct uni_modify_req *src, struct uni_modify_req *dst);
97
98
99void
100copy_msg_modify_ack(struct uni_modify_ack *src, struct uni_modify_ack *dst);
101
102
103void
104copy_msg_modify_rej(struct uni_modify_rej *src, struct uni_modify_rej *dst);
105
106
107void
108copy_msg_conn_avail(struct uni_conn_avail *src, struct uni_conn_avail *dst);
109
110
111void
112copy_msg_unknown(struct uni_unknown *src, struct uni_unknown *dst);
113
114