nat_cmd.h revision 44547
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.8 1998/05/21 21:43:45 brian Exp $
6 */
7
8struct cmdargs;
9
10extern int alias_RedirectPort(struct cmdargs const *);
11extern int alias_RedirectAddr(struct cmdargs const *);
12extern int alias_ProxyRule(struct cmdargs const *);
13