summaryrefslogtreecommitdiff
path: root/dacp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dacp.h')
-rw-r--r--dacp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dacp.h b/dacp.h
index 728512c..bcd5e75 100644
--- a/dacp.h
+++ b/dacp.h
@@ -24,11 +24,11 @@ uint32_t dacp_tlv_crawl(
int dacp_set_speaker_volume(int64_t machine_number, int32_t vo);
-int dacp_get_speaker_list(dacp_spkr_stuff *speaker_array,
- int max_size_of_array);
+int dacp_get_speaker_list(dacp_spkr_stuff *speaker_array, int max_size_of_array);
void set_dacp_server_information(rtsp_conn_info *conn); // tell the DACP conversation thread that
// the dacp server information has been set
// or changed
int send_simple_dacp_command(const char *command);
-void dacp_get_volume(void); // get the speaker volume information from the DACP source and store it in the metadata_hub
+void dacp_get_volume(void); // get the speaker volume information from the DACP source and store it
+ // in the metadata_hub