mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
10 lines
309 B
C
10 lines
309 B
C
|
/*-
|
||
|
* 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.6 1997/12/21 14:28:24 brian Exp $
|
||
|
*/
|
||
|
|
||
|
extern int AliasRedirectPort(struct cmdargs const *);
|
||
|
extern int AliasRedirectAddr(struct cmdargs const *);
|