diff options
Diffstat (limited to 'contrib/bind/include/netgroup.h')
-rw-r--r-- | contrib/bind/include/netgroup.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/bind/include/netgroup.h b/contrib/bind/include/netgroup.h deleted file mode 100644 index fee6787..0000000 --- a/contrib/bind/include/netgroup.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef netgroup_h -#define netgroup_h - -/* - * The standard is crazy. These values "belong" to getnetgrent() and - * shouldn't be altered by the caller. - */ -int getnetgrent __P((/* const */ char **, /* const */ char **, - /* const */ char **)); - -int getnetgrent_r __P((char **, char **, char **, char *, int)); - -void setnetgrent __P((const char *)); - -void endnetgrent __P((void)); - -int innetgr __P((const char *, const char *, const char *, const char *)); - -#endif |