]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ppp/nat_cmd.h
o Redesign the layering mechanism and make the aliasing code part of
[FreeBSD/FreeBSD.git] / usr.sbin / ppp / nat_cmd.h
1 /*-
2  * The code in this file was written by Eivind Eklund <perhaps@yes.no>,
3  * who places it in the public domain without restriction.
4  *
5  *      $Id: alias_cmd.h,v 1.10 1999/03/07 18:13:44 brian Exp $
6  */
7
8 struct cmdargs;
9
10 extern int alias_RedirectPort(struct cmdargs const *);
11 extern int alias_RedirectAddr(struct cmdargs const *);
12 extern int alias_ProxyRule(struct cmdargs const *);
13 extern int alias_Pptp(struct cmdargs const *);
14
15 extern struct layer aliaslayer;