diff options
author | brian <brian@FreeBSD.org> | 1998-10-31 17:38:47 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-10-31 17:38:47 +0000 |
commit | 80c3cfe47403d60f8d88dc7d1e5166eb985947a2 (patch) | |
tree | 6e654d9fa2493593e8a4cf877381d3e303f38780 /usr.sbin/ppp/systems.h | |
parent | 5f1b9ebf186eca5bc9d3d19a223676cca1f85d38 (diff) | |
download | FreeBSD-src-80c3cfe47403d60f8d88dc7d1e5166eb985947a2.zip FreeBSD-src-80c3cfe47403d60f8d88dc7d1e5166eb985947a2.tar.gz |
Allow multiple systems (config labels) on the command
line and in the ``load'' & ``dial'' commands. The last
label loaded becomes the current label name.
Only require a label for -auto mode.
Diffstat (limited to 'usr.sbin/ppp/systems.h')
-rw-r--r-- | usr.sbin/ppp/systems.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/systems.h b/usr.sbin/ppp/systems.h index 5d3c311..e85b865 100644 --- a/usr.sbin/ppp/systems.h +++ b/usr.sbin/ppp/systems.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.h,v 1.11 1998/05/21 21:48:36 brian Exp $ + * $Id: systems.h,v 1.12 1998/06/15 19:05:51 brian Exp $ * */ @@ -28,7 +28,7 @@ struct cmdargs; extern int system_Select(struct bundle *bundle, const char *, const char *, struct prompt *, struct datalink *); -extern int system_IsValid(const char *, struct prompt *, int); +extern const char *system_IsValid(const char *, struct prompt *, int); extern FILE *OpenSecret(const char *); extern void CloseSecret(FILE *); extern int AllowUsers(struct cmdargs const *); |