blob: 4948567b1528527e545572887e4fc491ac3ad20a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/*-
* The code in this file was written by Eivind Eklund <perhaps@yes.no>,
* who places it in the public domain without restriction.
*
* $Id: alias_cmd.h,v 1.1.2.2 1998/01/26 20:04:13 brian Exp $
*/
extern int AliasRedirectPort(struct cmdargs const *);
extern int AliasRedirectAddr(struct cmdargs const *);
|