Annotation of tftpd/inc/exec.h, revision 1.2

1.2     ! misho       1: #ifndef __EXEC_H
        !             2: #define __EXEC_H
        !             3: 
        !             4: 
        !             5: void *execProg(sched_task_t*);
        !             6: 
        !             7: 
        !             8: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>