mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
send full ntp data symmetrically from server to client.
This commit is contained in:
@@ -28,5 +28,6 @@ float byteutils_get_float(unsigned char* b, int offset);
|
||||
|
||||
uint64_t byteutils_get_ntp_timestamp(unsigned char *b, int offset);
|
||||
void byteutils_put_ntp_timestamp(unsigned char *b, int offset, uint64_t us_since_1970);
|
||||
void byteutils_put_long_be(unsigned char* b, int offset, uint64_t value);
|
||||
|
||||
#endif //AIRPLAYSERVER_BYTEUTILS_H
|
||||
|
||||
Reference in New Issue
Block a user