Index: sched.h =================================================================== RCS file: /usr/cvsroot/asterisk/include/asterisk/sched.h,v retrieving revision 1.3.4.1 diff -u -r1.3.4.1 sched.h --- sched.h 15 Apr 2005 07:24:34 -0000 1.3.4.1 +++ sched.h 31 May 2005 02:30:53 -0000 @@ -62,7 +62,7 @@ * 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);