Symbol.map revision 156608
1# $FreeBSD: head/lib/libc/xdr/Symbol.map 156608 2006-03-13 00:53:21Z deischen $
2
3FBSD_1.0 {
4	xdr_free;
5	xdr_void;
6	xdr_int;
7	xdr_u_int;
8	xdr_long;
9	xdr_u_long;
10	xdr_int32_t;
11	xdr_u_int32_t;
12	xdr_short;
13	xdr_u_short;
14	xdr_int16_t;
15	xdr_u_int16_t;
16	xdr_char;
17	xdr_u_char;
18	xdr_bool;
19	xdr_enum;
20	xdr_opaque;
21	xdr_bytes;
22	xdr_netobj;
23	xdr_union;
24	xdr_string;
25	xdr_wrapstring;
26	xdr_int64_t;
27	xdr_u_int64_t;
28	xdr_hyper;
29	xdr_u_hyper;
30	xdr_longlong_t;
31	xdr_u_longlong_t;
32	xdr_array;
33	xdr_vector;
34	xdr_float;
35	xdr_double;
36	xdrmem_create;
37	xdrrec_create;
38	xdrrec_skiprecord;
39	xdrrec_eof;
40	xdrrec_endofrecord;
41	xdr_reference;
42	xdr_pointer;
43	#xdr_sizeof;	# Why is xdr_sizeof.c not included in Makefileinc?
44	xdrstdio_create;
45};
46