Added twc_uint32_reverse_bytes function.
This commit is contained in:
parent
069c4540ec
commit
1d64f5ac50
2 changed files with 18 additions and 0 deletions
|
@ -48,5 +48,8 @@ twc_get_self_name_nt(Tox *tox);
|
|||
char *
|
||||
twc_get_friend_id_short(Tox *tox, int32_t friend_number);
|
||||
|
||||
uint32_t
|
||||
twc_uint32_reverse_bytes(uint32_t num);
|
||||
|
||||
#endif // TOX_WEECHAT_UTILS_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue