]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/uuid/Symbol.map
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / uuid / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 FBSD_1.0 {
6         uuid_to_string;
7         uuid_is_nil;
8         uuid_hash;
9         uuid_from_string;
10         uuid_equal;
11         uuid_create_nil;
12         uuid_create;
13         uuid_compare;
14 };
15
16 FBSD_1.1 {
17         uuid_enc_le;
18         uuid_dec_le;
19         uuid_enc_be;
20         uuid_dec_be;
21 };