Return to l2tp.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
mpd 5.9
/* * l2tp.h * * Written by Alexander Motin <mav@FreeBSD.org> */ #ifndef _L2TP_H_ #define _L2TP_H_ #include "command.h" #include "phys.h" #include "ip.h" /* * VARIABLES */ extern const struct cmdtab L2tpSetCmds[]; extern const struct phystype gL2tpPhysType; extern int L2tpsStat(Context ctx, int ac, const char *const av[], const void *arg); #endif