xref: /freebsd/usr.sbin/ppp/nat_cmd.h (revision a8445737e740901f5f2c8d24c12ef7fc8b00134e)
1 /*-
2  * The code in this file was written by Eivind Eklund <perhaps@yes.no>,
3  * who places it in the public domain without restriction.
4  *
5  *	$Id: alias_cmd.h,v 1.7.2.2 1998/05/01 19:23:44 brian Exp $
6  */
7 
8 struct cmdargs;
9 
10 extern int alias_RedirectPort(struct cmdargs const *);
11 extern int alias_RedirectAddr(struct cmdargs const *);
12