From ff15e0fa53156b9994da3f726bfe91232de6195a Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 15 Jul 2005 23:00:47 +0000 Subject: add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/sched.h') diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h index 52d29e4e0..c64e308b4 100755 --- a/include/asterisk/sched.h +++ b/include/asterisk/sched.h @@ -100,7 +100,7 @@ extern int ast_sched_runq(struct sched_context *con); * \param con Context to dump * Debugging: Dump the contents of the scheduler to stderr */ -extern void ast_sched_dump(struct sched_context *con); +extern void ast_sched_dump(const struct sched_context *con); /*!Returns the number of seconds before an event takes place */ /*! -- cgit v1.2.3