Add uuid_enc,dec_le,be() functions to Symbol.map

Pointy hat goes to me.

MFC after:	3 days
This commit is contained in:
Maksim Yevmenkin 2008-09-15 23:54:55 +00:00
parent 8e1daad99d
commit edc7005bc3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183058

View File

@ -11,4 +11,8 @@ FBSD_1.0 {
uuid_create_nil;
uuid_create;
uuid_compare;
uuid_enc_le;
uuid_dec_le;
uuid_enc_be;
uuid_dec_be;
};