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