File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / l2tp.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:32:47 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision


/*
 * 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, char *av[], void *arg);

#endif


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>