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