diff options
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 *); |