diff options
| author | christos <christos@NetBSD.org> | 2006-07-27 18:10:45 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-07-27 18:10:45 +0000 |
| commit | 20248fa84bc6cb5fec56ad482cd0c4a9f2348d3f (patch) | |
| tree | 6d248355ddd769668d6e933cdca875b4dda1afac /include | |
| parent | 9f1d175c27cc6e40375ef49bab587cfad356b66b (diff) | |
forgot to commit this.
Diffstat (limited to 'include')
| -rw-r--r-- | include/netgroup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/netgroup.h b/include/netgroup.h index f91f22d2121..bf66318a4d9 100644 --- a/include/netgroup.h +++ b/include/netgroup.h @@ -1,4 +1,4 @@ -/* $NetBSD: netgroup.h,v 1.7 2005/02/03 04:39:32 perry Exp $ */ +/* $NetBSD: netgroup.h,v 1.8 2006/07/27 18:10:45 christos Exp $ */ /* * Copyright (c) 1994 Christos Zoulas @@ -68,6 +68,7 @@ int innetgr (const char *, const char *, const char *, char *_ng_makekey(const char *, const char *, size_t); int _ng_parse(char **, char **, struct netgroup **); void _ng_print(char *, size_t, const struct netgroup *); +void _ng_cycle(const char *, const StringList *); #endif /* _NETGROUP_PRIVATE */ __END_DECLS |
