mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
These were left over from $FreeBSD$ removal. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D42612 (cherry picked from commit 1ca63a8219b88b752b064d19bd3428c61dbcf1f9)
17 lines
207 B
Text
17 lines
207 B
Text
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;
|
|
};
|