aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-06-15 19:06:25 +0000
committerBrian Somers <brian@FreeBSD.org>1998-06-15 19:06:25 +0000
commitc9e11a112d47edb5544b4bbe115837c89329c798 (patch)
tree40253fa04eff7ff4c06bd22c3f1bb07e6c19738a /usr.sbin/ppp/command.h
parent30291ffb15d7e4b02d0e8de225a57dd49f655d4e (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/command.h')
-rw-r--r--usr.sbin/ppp/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h
index b3cf62286af1..f01901d57a22 100644
--- a/usr.sbin/ppp/command.h
+++ b/usr.sbin/ppp/command.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.h,v 1.13 1998/05/21 21:44:48 brian Exp $
+ * $Id: command.h,v 1.14 1998/06/15 19:05:42 brian Exp $
*
* TODO:
*/
@@ -54,7 +54,7 @@ struct cmdtab {
extern const char Version[];
extern const char VersionDate[];
-extern void command_Interpret(char *, int, int *, char ***);
+extern int command_Interpret(char *, int, char *vector[MAXARGS]);
extern void command_Run(struct bundle *, int, char const *const *,
struct prompt *, const char *, struct datalink *);
extern void command_Decode(struct bundle *, char *, int, struct prompt *,