dect
/
asterisk
Archived
13
0
Fork 0

correct documentation for ast_sched_add (bug #4136)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5556 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-05-03 02:21:57 +00:00
parent af74749f6d
commit f4b3e63b4c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ typedef int (*ast_sched_cb)(void *data);
* Schedule an event to take place at some point in the future. callback
* will be called with data as the argument, when milliseconds into the
* future (approximately)
* Returns 0 on success, -1 on failure
* Returns a schedule item ID on success, -1 on failure
*/
extern int ast_sched_add(struct sched_context *con, int when, ast_sched_cb callback, void *data);