Annotation of embedaddon/mpd/src/pptp.h, revision 1.1.1.2

1.1       misho       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: 
1.1.1.2 ! misho      10: #ifndef _PPTP_H_
1.1       misho      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>