Return to udp.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
mpd 5.9
/* * udp.h * * Written by Alexander Motin <mav@FreeBSD.org> */ #ifndef _UDP_H_ #define _UDP_H_ #include "command.h" #include "phys.h" /* * VARIABLES */ extern const struct cmdtab UdpSetCmds[]; extern const struct phystype gUdpPhysType; #endif