File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / udp.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:39:23 2021 UTC (4 years ago) by misho
Branches: mpd, MAIN
CVS tags: v5_9p16, v5_9, HEAD
mpd 5.9

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

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