mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Add missing prototypes for uuid_enc,dec_le,be() functions.
Pointy hat goes to me. MFC after: 3 days
This commit is contained in:
parent
5a2637d215
commit
8e1daad99d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183057
@ -54,6 +54,10 @@ void uuid_from_string(const char *, uuid_t *, uint32_t *);
|
||||
uint16_t uuid_hash(const uuid_t *, uint32_t *);
|
||||
int32_t uuid_is_nil(const uuid_t *, uint32_t *);
|
||||
void uuid_to_string(const uuid_t *, char **, uint32_t *);
|
||||
void uuid_enc_le(void *, const uuid_t *);
|
||||
void uuid_dec_le(const void *, uuid_t *);
|
||||
void uuid_enc_be(void *, const uuid_t *);
|
||||
void uuid_dec_be(const void *, uuid_t *);
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _UUID_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user