Remove "[Add new features here]" for 2.27
[glibc.git] / include / gshadow.h
blob532801afd041e9c7a5f18ac54c80878291f12c4e
1 #ifndef _GSHADOW_H
2 #include <gshadow/gshadow.h>
4 # ifndef _ISOMAC
6 extern int __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char *buffer,
7 size_t buflen, struct sgrp **result);
8 extern int __sgetsgent_r (const char *string, struct sgrp *resbuf,
9 char *buffer, size_t buflen, struct sgrp **result);
11 struct parser_data;
12 extern int _nss_files_parse_sgent (char *line, struct sgrp *result,
13 struct parser_data *data,
14 size_t datalen, int *errnop);
15 libc_hidden_proto (_nss_files_parse_sgent)
17 # endif /* !_ISOMAC */
18 #endif