mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add uuid_enc,dec_le,be() functions to Symbol.map
Pointy hat goes to me. MFC after: 3 days
This commit is contained in:
parent
8e1daad99d
commit
edc7005bc3
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue