]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/xdr/Symbol.map
sqlite3: Vendor import of sqlite3 3.43.1
[FreeBSD/FreeBSD.git] / lib / libc / xdr / Symbol.map
1 /*
2  */
3
4 FBSD_1.0 {
5         xdr_free;
6         xdr_void;
7         xdr_int;
8         xdr_u_int;
9         xdr_long;
10         xdr_u_long;
11         xdr_int32_t;
12         xdr_u_int32_t;
13         xdr_short;
14         xdr_u_short;
15         xdr_int16_t;
16         xdr_u_int16_t;
17         xdr_char;
18         xdr_u_char;
19         xdr_bool;
20         xdr_enum;
21         xdr_opaque;
22         xdr_bytes;
23         xdr_netobj;
24         xdr_union;
25         xdr_string;
26         xdr_wrapstring;
27         xdr_int64_t;
28         xdr_u_int64_t;
29         xdr_hyper;
30         xdr_u_hyper;
31         xdr_longlong_t;
32         xdr_u_longlong_t;
33         xdr_array;
34         xdr_vector;
35         xdr_float;
36         xdr_double;
37         xdrmem_create;
38         xdrrec_create;
39         xdrrec_skiprecord;
40         xdrrec_eof;
41         xdrrec_endofrecord;
42         xdr_reference;
43         xdr_pointer;
44         xdrstdio_create;
45 };
46
47 FBSD_1.1 {
48         xdr_uint16_t;
49         xdr_uint32_t;
50         xdr_uint64_t;
51 };
52
53 FBSD_1.2 {
54         xdr_sizeof;
55 };