stream: pa_stream_get_monitor_stream: constify

This commit is contained in:
Lyndon Brown 2018-05-27 06:08:16 +01:00 committed by Arun Raghavan
parent 6f2a70191d
commit e6226b07c0
2 changed files with 2 additions and 2 deletions

View file

@ -801,7 +801,7 @@ int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx);
/** Return the sink input index previously set with
* pa_stream_set_monitor_stream(). Returns PA_INVALID_INDEX
* on failure. \since 0.9.11 */
uint32_t pa_stream_get_monitor_stream(pa_stream *s);
uint32_t pa_stream_get_monitor_stream(const pa_stream *s);
PA_C_DECL_END