summaryrefslogtreecommitdiff
path: root/rtp.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2017-11-06 09:05:22 +0000
committerMike Brady <mikebrady@eircom.net>2017-11-06 09:05:22 +0000
commit827fa5a5b094afa8291efa7d7a9c64d1cd63f107 (patch)
treef04e2478926bc68d27e189c1c16544017ff1da85 /rtp.h
parent00dbf5aa3de92048722a3c1029c05be3ae5e86ac (diff)
Clean up rtp_send_client_command a little
Diffstat (limited to 'rtp.h')
-rw-r--r--rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtp.h b/rtp.h
index 4555e7f..c013bd0 100644
--- a/rtp.h
+++ b/rtp.h
@@ -25,6 +25,6 @@ void clear_reference_timestamp(rtsp_conn_info *conn);
uint64_t static local_to_remote_time_jitters;
uint64_t static local_to_remote_time_jitters_count;
-void rtp_send_client_command(rtsp_conn_info *conn,const char * command);
+ssize_t rtp_send_client_command(rtsp_conn_info *conn,const char * command, char *response, size_t max_response_length);
#endif // _RTP_H