summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/nat_cmd.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-03-07 18:13:44 +0000
committerbrian <brian@FreeBSD.org>1999-03-07 18:13:44 +0000
commit7ae299d980b74227ffb2395df09111e9e75a0a58 (patch)
treed5731c08a6815e59b928ad94609d3ec1c9b4c8c9 /usr.sbin/ppp/nat_cmd.h
parent8b7bf74482a8f02d04eb893476a0bbe5281f9741 (diff)
downloadFreeBSD-src-7ae299d980b74227ffb2395df09111e9e75a0a58.zip
FreeBSD-src-7ae299d980b74227ffb2395df09111e9e75a0a58.tar.gz
Support PPTP via libalias (``alias pptp addr'').
Diffstat (limited to 'usr.sbin/ppp/nat_cmd.h')
-rw-r--r--usr.sbin/ppp/nat_cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/nat_cmd.h b/usr.sbin/ppp/nat_cmd.h
index 072d3d1..cf96bcf 100644
--- a/usr.sbin/ppp/nat_cmd.h
+++ b/usr.sbin/ppp/nat_cmd.h
@@ -2,7 +2,7 @@
* The code in this file was written by Eivind Eklund <perhaps@yes.no>,
* who places it in the public domain without restriction.
*
- * $Id: alias_cmd.h,v 1.8 1998/05/21 21:43:45 brian Exp $
+ * $Id: alias_cmd.h,v 1.9 1999/03/07 15:02:37 brian Exp $
*/
struct cmdargs;
@@ -10,3 +10,4 @@ struct cmdargs;
extern int alias_RedirectPort(struct cmdargs const *);
extern int alias_RedirectAddr(struct cmdargs const *);
extern int alias_ProxyRule(struct cmdargs const *);
+extern int alias_Pptp(struct cmdargs const *);
OpenPOWER on IntegriCloud