diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:45 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:45 +0000 |
| commit | 1ee4b1b8affd30bdcfd2125d5c4cecf824524932 (patch) | |
| tree | 80d6b8b943032c30a8f0f40022d51026fc9c37ec /contrib/bind/include | |
| parent | 743b545096fc161831a8ae667b67d057c543e3ed (diff) | |
Diffstat (limited to 'contrib/bind/include')
| -rw-r--r-- | contrib/bind/include/netgroup.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/bind/include/netgroup.h b/contrib/bind/include/netgroup.h deleted file mode 100644 index 30efb9414413..000000000000 --- a/contrib/bind/include/netgroup.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef netgroup_h -#define netgroup_h - -int getnetgrent(const char **machinep, const char **userp, - const char **domainp); - -int getnetgrent_r(char **machinep, char **userp, char **domainp, - char *buffer, int buflen); - -void setnetgrent(const char *netgroup); - -void endnetgrent(void); - -int innetgr(const char *netgroup, const char *machine, - const char *user, const char *domain); - -#endif |
