Annotation of embedaddon/mpd/src/pptp.h, revision 1.1.1.3
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:
1.1.1.3 ! misho 24: extern int PptpsStat(Context ctx, int ac, const char *const av[], const void *arg);
1.1 misho 25:
26: #endif
27:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>