mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
missed from last commit
This commit is contained in:
@@ -54,6 +54,8 @@ struct raop_callbacks_s {
|
||||
};
|
||||
typedef struct raop_callbacks_s raop_callbacks_t;
|
||||
|
||||
raop_ntp_t *raop_ntp_init(logger_t *logger, raop_callbacks_t *callbacks, const unsigned char *remote_addr, int remote_addr_len, unsigned short timing_rport);
|
||||
|
||||
RAOP_API raop_t *raop_init(int max_clients, raop_callbacks_t *callbacks);
|
||||
|
||||
RAOP_API void raop_set_log_level(raop_t *raop, int level);
|
||||
|
||||
Reference in New Issue
Block a user