--- libaitsched/inc/defs.h 2011/08/05 15:52:00 1.1 +++ libaitsched/inc/defs.h 2012/01/08 00:51:17 1.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.1 2011/08/05 15:52:00 misho Exp $ +* $Id: defs.h,v 1.3 2012/01/08 00:51:17 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -60,7 +60,10 @@ SUCH DAMAGE. extern int sched_Errno; extern char sched_Error[]; -inline void sched_SetErr(int eno, char *estr, ...); +inline void sched_SetErr(int, char *, ...); + +inline sched_task_t *_sched_useTask(sched_root_task_t * __restrict root); +inline sched_task_t *_sched_unuseTask(sched_task_t * __restrict task); #endif