diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:16:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:16:48 +0000 |
commit | b590d5fa47f64ba95e8d2b85507b1eca62c2f8ac (patch) | |
tree | 553f7f61f46277664ade81c8c019bcf42ceec49d /lib/libc/gen/login_cap.c | |
parent | 5783f1537989600c05141f2643ba6131b7cd31a1 (diff) |
protos
Diffstat (limited to 'lib/libc/gen/login_cap.c')
-rw-r--r-- | lib/libc/gen/login_cap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/login_cap.c b/lib/libc/gen/login_cap.c index 53d965c6717..31d7ba9f672 100644 --- a/lib/libc/gen/login_cap.c +++ b/lib/libc/gen/login_cap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: login_cap.c,v 1.16 2003/03/31 15:47:03 millert Exp $ */ +/* $OpenBSD: login_cap.c,v 1.17 2003/06/25 21:16:47 deraadt Exp $ */ /*- * Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved. @@ -57,6 +57,7 @@ static int setuserpath(login_cap_t *, char *); static u_quad_t multiply(u_quad_t, u_quad_t); static u_quad_t strtolimit(char *, char **, int); static u_quad_t strtosize(char *, char **, int); +static int gsetrl(login_cap_t *lc, int what, char *name, int type); login_cap_t * login_getclass(class) |