summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/alias_cmd.h
blob: 05c0ad0cbd14aa9266d10d574928fcda036899b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*-
 * 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.10 1999/03/07 18:13:44 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 *);

extern struct layer aliaslayer;
OpenPOWER on IntegriCloud