send full ntp data symmetrically from server to client.

This commit is contained in:
F. Duncanh
2025-02-15 18:19:18 -05:00
parent 496253fa28
commit f63a91c708
3 changed files with 16 additions and 2 deletions

View File

@@ -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