--- tftpd/inc/exec.h 2014/02/14 15:44:24 1.1 +++ tftpd/inc/exec.h 2014/02/17 14:28:29 1.2 @@ -0,0 +1,8 @@ +#ifndef __EXEC_H +#define __EXEC_H + + +void *execProg(sched_task_t*); + + +#endif