Return to udp.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
1.1 ! misho 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 ! 22: ! 23: