mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
cce72e8860
Reviewed by: davidxu
13 lines
149 B
Plaintext
13 lines
149 B
Plaintext
# $FreeBSD$
|
|
|
|
FBSD_1.0 {
|
|
uuid_to_string;
|
|
uuid_is_nil;
|
|
uuid_hash;
|
|
uuid_from_string;
|
|
uuid_equal;
|
|
uuid_create_nil;
|
|
uuid_create;
|
|
uuid_compare;
|
|
};
|