Annotation of tftpd/inc/srv.h, revision 1.1.1.1

1.1       misho       1: #ifndef __SRV_H
                      2: #define __SRV_H
                      3: 
                      4: 
                      5: void *rxPkt(sched_task_t*);
                      6: 
                      7: 
                      8: #endif

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