1997-12-21 12:11:13 +00:00
|
|
|
/*-
|
1997-12-24 10:28:38 +00: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 12:11:13 +00:00
|
|
|
*
|
1999-03-07 15:02:38 +00:00
|
|
|
* $Id: alias_cmd.h,v 1.8 1998/05/21 21:43:45 brian Exp $
|
1997-10-26 01:04:02 +00:00
|
|
|
*/
|
1997-05-23 05:34:15 +00:00
|
|
|
|
1998-05-21 21:49:08 +00:00
|
|
|
struct cmdargs;
|
|
|
|
|
|
|
|
extern int alias_RedirectPort(struct cmdargs const *);
|
|
|
|
extern int alias_RedirectAddr(struct cmdargs const *);
|
1999-03-07 15:02:38 +00:00
|
|
|
extern int alias_ProxyRule(struct cmdargs const *);
|