output/raop: make send_control_command() static
Only used internally.
This commit is contained in:
parent
c0a4558c62
commit
8e08407090
@ -447,7 +447,7 @@ get_time_for_rtp(struct play_state *state, struct timeval *tout)
|
|||||||
/*
|
/*
|
||||||
* Send a control command
|
* Send a control command
|
||||||
*/
|
*/
|
||||||
bool
|
static bool
|
||||||
send_control_command(struct control_data *ctrl, struct raop_data *rd, struct play_state *state)
|
send_control_command(struct control_data *ctrl, struct raop_data *rd, struct play_state *state)
|
||||||
{
|
{
|
||||||
unsigned char buf[20];
|
unsigned char buf[20];
|
||||||
|
@ -121,9 +121,6 @@ struct control_data {
|
|||||||
int fd;
|
int fd;
|
||||||
};
|
};
|
||||||
|
|
||||||
bool
|
|
||||||
send_control_command(struct control_data *ctrl, struct raop_data *rd, struct play_state *state);
|
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
|
|
||||||
#define NUMSAMPLES 352
|
#define NUMSAMPLES 352
|
||||||
|
Loading…
Reference in New Issue
Block a user