--- tftpd/inc/exec.h 2014/02/21 09:09:15 1.3 +++ tftpd/inc/exec.h 2014/02/24 22:28:54 1.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: exec.h,v 1.3 2014/02/21 09:09:15 misho Exp $ +* $Id: exec.h,v 1.4 2014/02/24 22:28:54 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -48,6 +48,7 @@ SUCH DAMAGE. void *execProg(sched_task_t*); +void *Reboot(sched_task_t*); #endif