diff options
Diffstat (limited to 'usr.sbin/ppp/command.h')
| -rw-r--r-- | usr.sbin/ppp/command.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h index 1bd0b37ebfb3..d9a4dc340d48 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.12.2.10 1998/04/14 23:17:03 brian Exp $ + * $Id: command.h,v 1.12.2.11 1998/04/16 00:25:55 brian Exp $ * * TODO: */ @@ -51,6 +51,9 @@ struct cmdtab { #define IsAccepted(x) ((x) & NEG_ACCEPTED) #define IsEnabled(x) ((x) & NEG_ENABLED) +extern const char Version[]; +extern const char VersionDate[]; + extern int IsInteractive(struct prompt *); extern void InterpretCommand(char *, int, int *, char ***); extern void RunCommand(struct bundle *, int, char const *const *, |
