aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/uuid/Symbol.map
blob: ed2b8046cfc2c513b3da3d5b6c73e497cfc0ed35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * $FreeBSD: src/lib/libc/uuid/Symbol.map,v 1.2.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $
 */

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;
};