diff options
Diffstat (limited to 'usr.sbin/ppp/alias_cmd.h')
| -rw-r--r-- | usr.sbin/ppp/alias_cmd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/alias_cmd.h b/usr.sbin/ppp/alias_cmd.h index 072d3d121077..cf96bcf234cf 100644 --- a/usr.sbin/ppp/alias_cmd.h +++ b/usr.sbin/ppp/alias_cmd.h @@ -2,7 +2,7 @@ * 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.8 1998/05/21 21:43:45 brian Exp $ + * $Id: alias_cmd.h,v 1.9 1999/03/07 15:02:37 brian Exp $ */ struct cmdargs; @@ -10,3 +10,4 @@ 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 *); |
