summaryrefslogtreecommitdiff
path: root/include/asterisk/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/sched.h')
-rw-r--r--include/asterisk/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h
index 564453ae2..1a6e3f0a1 100644
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -257,7 +257,7 @@ int ast_sched_runq(struct sched_context *con);
* Debugging: Dump the contents of the scheduler to stderr
* \param con Context to dump
*/
-void ast_sched_dump(const struct sched_context *con);
+void ast_sched_dump(struct sched_context *con);
/*! \brief Returns the number of seconds before an event takes place
* \param con Context to use