summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/nat_cmd.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-03-07 15:02:38 +0000
committerbrian <brian@FreeBSD.org>1999-03-07 15:02:38 +0000
commit121ec0cce66ec860abef535b8f62d1bddb4e0c85 (patch)
tree0b34de9f3a4509264f8524780f736217e7fcc4c3 /usr.sbin/ppp/nat_cmd.h
parent1b7dfc80704fcc1053303fab23f411f404a7e856 (diff)
downloadFreeBSD-src-121ec0cce66ec860abef535b8f62d1bddb4e0c85.zip
FreeBSD-src-121ec0cce66ec860abef535b8f62d1bddb4e0c85.tar.gz
Support proxying & transparent proxying curtesy of libalias(3).
Order the alias command descriptions. Order the SEE ALSO entries.
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 495397c..072d3d1 100644
--- a/usr.sbin/ppp/nat_cmd.h
+++ b/usr.sbin/ppp/nat_cmd.h
@@ -2,10 +2,11 @@
* 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.7.2.2 1998/05/01 19:23:44 brian Exp $
+ * $Id: alias_cmd.h,v 1.8 1998/05/21 21:43:45 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 *);
OpenPOWER on IntegriCloud