mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 23:16:45 +02:00
name conflict with core function might cause linking error
This commit is contained in:
@ -38,7 +38,7 @@ extern struct user_settings *user_settings_;
|
||||
|
||||
static uint64_t current_unix_time;
|
||||
|
||||
void host_to_net(uint8_t *num, uint16_t numbytes)
|
||||
void hst_to_net(uint8_t *num, uint16_t numbytes)
|
||||
{
|
||||
#ifndef WORDS_BIGENDIAN
|
||||
uint32_t i;
|
||||
|
Reference in New Issue
Block a user