aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/alias_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/alias_cmd.h')
-rw-r--r--usr.sbin/ppp/alias_cmd.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/ppp/alias_cmd.h b/usr.sbin/ppp/alias_cmd.h
index 31eaf12cbdc5..495397c14070 100644
--- a/usr.sbin/ppp/alias_cmd.h
+++ b/usr.sbin/ppp/alias_cmd.h
@@ -2,8 +2,10 @@
* 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.6 1997/12/21 14:28:24 brian Exp $
+ * $Id: alias_cmd.h,v 1.7.2.2 1998/05/01 19:23:44 brian Exp $
*/
-extern int AliasRedirectPort(struct cmdargs const *);
-extern int AliasRedirectAddr(struct cmdargs const *);
+struct cmdargs;
+
+extern int alias_RedirectPort(struct cmdargs const *);
+extern int alias_RedirectAddr(struct cmdargs const *);