mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
13 lines
427 B
C
13 lines
427 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.9 1999/03/07 15:02:37 brian Exp $
|
|
*/
|
|
|
|
struct cmdargs;
|
|
|
|
extern int alias_RedirectPort(struct cmdargs const *);
|
|
extern int alias_RedirectAddr(struct cmdargs const *);
|
|
extern int alias_ProxyRule(struct cmdargs const *);
|
|
extern int alias_Pptp(struct cmdargs const *);
|