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