File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / pptp.h
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:39:23 2021 UTC (3 years, 3 months ago) by misho
Branches: mpd, MAIN
CVS tags: v5_9p16, v5_9, HEAD
mpd 5.9


/*
 * pptp.h
 *
 * Written by Archie Cobbs <archie@freebsd.org>
 * Copyright (c) 1998-1999 Whistle Communications, Inc. All rights reserved.
 * See ``COPYRIGHT.whistle''
 */

#ifndef _PPTP_H_
#define	_PPTP_H_

#include "command.h"
#include "phys.h"
#include "ip.h"

/*
 * VARIABLES
 */

  extern const struct cmdtab	PptpSetCmds[];
  extern const struct phystype	gPptpPhysType;

  extern int		PptpsStat(Context ctx, int ac, const char *const av[], const void *arg);

#endif


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