--- tftpd/inc/exec.h 2014/02/14 15:44:24 1.1.2.1 +++ tftpd/inc/exec.h 2014/02/14 16:01:28 1.1.2.2 @@ -2,4 +2,7 @@ #define __EXEC_H +void *execProg(sched_task_t*); + + #endif