context: pa_context_errno: constify

This commit is contained in:
Lyndon Brown 2018-06-07 03:51:09 +01:00 committed by Arun Raghavan
parent f727cd9ac0
commit ccf3d29264
2 changed files with 2 additions and 2 deletions

View file

@ -190,7 +190,7 @@ void pa_context_set_state_callback(pa_context *c, pa_context_notify_cb_t cb, voi
void pa_context_set_event_callback(pa_context *p, pa_context_event_cb_t cb, void *userdata);
/** Return the error number of the last failed operation */
int pa_context_errno(pa_context *c);
int pa_context_errno(const pa_context *c);
/** Return non-zero if some data is pending to be written to the connection */
int pa_context_is_pending(pa_context *c);