Commit 8e084070 authored by Max Kellermann's avatar Max Kellermann

output/raop: make send_control_command() static

Only used internally.
parent c0a4558c
...@@ -447,7 +447,7 @@ get_time_for_rtp(struct play_state *state, struct timeval *tout) ...@@ -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 { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment