No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / libbind / dist / include / netgroup.h
blobe8eae1e661dd96665f6910dda9f54fc713769b04
1 /* $NetBSD$ */
3 #ifndef netgroup_h
4 #define netgroup_h
5 #ifndef __GLIBC__
7 /*
8 * The standard is crazy. These values "belong" to getnetgrent() and
9 * shouldn't be altered by the caller.
11 int getnetgrent __P((/* const */ char **, /* const */ char **,
12 /* const */ char **));
14 int getnetgrent_r __P((char **, char **, char **, char *, int));
16 void endnetgrent __P((void));
18 #ifdef __osf__
19 int innetgr __P((char *, char *, char *, char *));
20 void setnetgrent __P((char *));
21 #else
22 void setnetgrent __P((const char *));
23 int innetgr __P((const char *, const char *, const char *, const char *));
24 #endif
25 #endif
26 #endif
28 /*! \file */