blob: 1e9e0513d35f685ec64777600e0b6d0fdba1fd6c (
plain)
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.3 1997/12/24 10:28:15 brian Exp $
*/
extern int AliasRedirectPort(struct cmdargs const *);
extern int AliasRedirectAddr(struct cmdargs const *);
|