HardenedBSD/usr.sbin/ppp/nat_cmd.h

16 lines
410 B
C
Raw Normal View History

1997-12-21 13:11:13 +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$
*/
struct cmdargs;
extern int nat_RedirectPort(struct cmdargs const *);
extern int nat_RedirectAddr(struct cmdargs const *);
extern int nat_ProxyRule(struct cmdargs const *);
2000-03-31 16:26:23 +02:00
extern int nat_SetTarget(struct cmdargs const *);
extern struct layer natlayer;