]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/uuid/Symbol.map
This commit was generated by cvs2svn to compensate for changes in r173619,
[FreeBSD/FreeBSD.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 };