gshadow.h 380 B

1234567891011121314
  1. #ifndef _GSHADOW_H
  2. #include <nss/gshadow.h>
  3. # ifndef _ISOMAC
  4. extern int __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char *buffer,
  5. size_t buflen, struct sgrp **result)
  6. attribute_hidden;
  7. extern int __sgetsgent_r (const char *string, struct sgrp *resbuf,
  8. char *buffer, size_t buflen, struct sgrp **result)
  9. attribute_hidden;
  10. # endif /* !_ISOMAC */
  11. #endif