From: Russell Bryant Date: Tue, 31 May 2005 02:20:30 +0000 (+0000) Subject: fix comment (bug #4139) X-Git-Tag: 1.0.11.1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe377fc5cc5aef7a439d020f3faa2ec1bdc2055;p=thirdparty%2Fasterisk.git fix comment (bug #4139) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5790 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h index 6e43a0c6cb..f8f178799f 100755 --- a/include/asterisk/sched.h +++ b/include/asterisk/sched.h @@ -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);