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