summaryrefslogtreecommitdiffstats
path: root/lib/libc/uuid/Symbol.map
blob: 10acc781225ffc2383a0414871a554bf9595d71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * $FreeBSD$
 */

FBSD_1.0 {
	uuid_to_string;
	uuid_is_nil;
	uuid_hash;
	uuid_from_string;
	uuid_equal;
	uuid_create_nil;
	uuid_create;
	uuid_compare;
};

FBSD_1.1 {
	uuid_enc_le;
	uuid_dec_le;
	uuid_enc_be;
	uuid_dec_be;
};
OpenPOWER on IntegriCloud