1998-01-29 00:44:16 +00:00
|
|
|
/*-
|
|
|
|
* The code in this file was written by Eivind Eklund <perhaps@yes.no>,
|
|
|
|
* who places it in the public domain without restriction.
|
|
|
|
*
|
1998-05-01 19:26:12 +00:00
|
|
|
* $Id: alias_cmd.h,v 1.7.2.1 1998/04/07 00:53:13 brian Exp $
|
1998-01-29 00:44:16 +00:00
|
|
|
*/
|
|
|
|
|
1998-04-07 00:54:26 +00:00
|
|
|
struct cmdargs;
|
|
|
|
|
1998-05-01 19:26:12 +00:00
|
|
|
extern int alias_RedirectPort(struct cmdargs const *);
|
|
|
|
extern int alias_RedirectAddr(struct cmdargs const *);
|