File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / pptp.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Nov 1 09:56:12 2016 UTC (7 years, 8 months ago) by misho
Branches: mpd, MAIN
CVS tags: v5_8p7, v5_8p1_cross, v5_8p1, v5_8, HEAD
mpd 5.8

    1: 
    2: /*
    3:  * pptp.h
    4:  *
    5:  * Written by Archie Cobbs <archie@freebsd.org>
    6:  * Copyright (c) 1998-1999 Whistle Communications, Inc. All rights reserved.
    7:  * See ``COPYRIGHT.whistle''
    8:  */
    9: 
   10: #ifndef _PPTP_H_
   11: #define	_PPTP_H_
   12: 
   13: #include "command.h"
   14: #include "phys.h"
   15: #include "ip.h"
   16: 
   17: /*
   18:  * VARIABLES
   19:  */
   20: 
   21:   extern const struct cmdtab	PptpSetCmds[];
   22:   extern const struct phystype	gPptpPhysType;
   23: 
   24:   extern int		PptpsStat(Context ctx, int ac, char *av[], void *arg);
   25: 
   26: #endif
   27: 

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