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 (4 years ago) by misho
Branches: mpd, MAIN
CVS tags: v5_9p16, v5_9, HEAD
mpd 5.9

    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, const char *const av[], const void *arg);
   25: 
   26: #endif
   27: 

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