Return to l2tp.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
version 1.1, 2012/02/21 23:32:47 | version 1.1.1.3, 2021/03/17 00:39:23 |
---|---|
Line 5 | Line 5 |
* Written by Alexander Motin <mav@FreeBSD.org> | * Written by Alexander Motin <mav@FreeBSD.org> |
*/ | */ |
#ifndef _L2TP_H | #ifndef _L2TP_H_ |
#define _L2TP_H_ | #define _L2TP_H_ |
#include "command.h" | #include "command.h" |
Line 19 | Line 19 |
extern const struct cmdtab L2tpSetCmds[]; | extern const struct cmdtab L2tpSetCmds[]; |
extern const struct phystype gL2tpPhysType; | extern const struct phystype gL2tpPhysType; |
extern int L2tpsStat(Context ctx, int ac, char *av[], void *arg); | extern int L2tpsStat(Context ctx, int ac, const char *const av[], const void *arg); |
#endif | #endif |