/* * l2tp.h * * Written by Alexander Motin */ #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; #endif