diff options
Diffstat (limited to 'usr.sbin/ppp/command.h')
| -rw-r--r-- | usr.sbin/ppp/command.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h index f01901d57a22..53934c7bd991 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.14 1998/06/15 19:05:42 brian Exp $ + * $Id: command.h,v 1.15 1998/06/15 19:06:06 brian Exp $ * * TODO: */ @@ -54,6 +54,8 @@ struct cmdtab { extern const char Version[]; extern const char VersionDate[]; +extern void command_Expand(char **, int, char const *const *, struct bundle *, + int); 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 *); |
