nat_cmd.h revision 50059
131921Sbrian/*-
231964Sbrian * The code in this file was written by Eivind Eklund <perhaps@yes.no>,
331964Sbrian * who places it in the public domain without restriction.
431921Sbrian *
550059Sbrian *	$Id: alias_cmd.h,v 1.11 1999/05/08 11:06:01 brian Exp $
630715Sbrian */
726034Sbrian
836285Sbrianstruct cmdargs;
936285Sbrian
1050059Sbrianextern int nat_RedirectPort(struct cmdargs const *);
1150059Sbrianextern int nat_RedirectAddr(struct cmdargs const *);
1250059Sbrianextern int nat_ProxyRule(struct cmdargs const *);
1350059Sbrianextern int nat_Pptp(struct cmdargs const *);
1446686Sbrian
1550059Sbrianextern struct layer natlayer;
16