Annotation of embedaddon/mpd/src/tcp.h, revision 1.1.1.2

1.1       misho       1: 
                      2: /*
                      3:  * tcp.h
                      4:  *
                      5:  * Written by Alexander Motin <mav@FreeBSD.org>
                      6:  */
                      7: 
                      8: #ifndef _TCP_H_
                      9: #define        _TCP_H_
                     10: 
                     11: #include "command.h"
                     12: #include "phys.h"
                     13: 
                     14: /*
                     15:  * VARIABLES
                     16:  */
                     17: 
1.1.1.2 ! misho      18: extern const struct cmdtab TcpSetCmds[];
        !            19: extern const struct phystype gTcpPhysType;
1.1       misho      20: 
                     21: #endif

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