1997-12-21 13:11:13 +01:00
|
|
|
/*-
|
1997-12-24 11:28:38 +01:00
|
|
|
* The code in this file was written by Eivind Eklund <perhaps@yes.no>,
|
|
|
|
* who places it in the public domain without restriction.
|
1997-12-21 13:11:13 +01:00
|
|
|
*
|
1999-08-28 03:35:59 +02:00
|
|
|
* $FreeBSD$
|
1997-10-26 02:04:02 +01:00
|
|
|
*/
|
1997-05-23 07:34:15 +02:00
|
|
|
|
1998-05-21 23:49:08 +02:00
|
|
|
struct cmdargs;
|
|
|
|
|
1999-08-19 20:15:52 +02:00
|
|
|
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 *);
|
1999-05-08 13:07:56 +02:00
|
|
|
|
1999-08-19 20:15:52 +02:00
|
|
|
extern struct layer natlayer;
|