output/raop: make send_control_command() static

Only used internally.
This commit is contained in:
Max Kellermann 2011-08-24 00:05:47 +02:00
parent c0a4558c62
commit 8e08407090
2 changed files with 1 additions and 4 deletions

View File

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

View File

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