summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/alias_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/alias_cmd.h')
-rw-r--r--usr.sbin/ppp/alias_cmd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ppp/alias_cmd.h b/usr.sbin/ppp/alias_cmd.h
index 05c0ad0..948d008 100644
--- a/usr.sbin/ppp/alias_cmd.h
+++ b/usr.sbin/ppp/alias_cmd.h
@@ -2,14 +2,14 @@
* 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.10 1999/03/07 18:13:44 brian Exp $
+ * $Id: alias_cmd.h,v 1.11 1999/05/08 11:06:01 brian Exp $
*/
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 *);
+extern int nat_RedirectPort(struct cmdargs const *);
+extern int nat_RedirectAddr(struct cmdargs const *);
+extern int nat_ProxyRule(struct cmdargs const *);
+extern int nat_Pptp(struct cmdargs const *);
-extern struct layer aliaslayer;
+extern struct layer natlayer;
OpenPOWER on IntegriCloud