about summary refs log blame commit diff
path: root/include/gshadow.h
blob: 1cefcfc6414a2544f79f6f22ab848bda7e45fcbb (plain) (tree)
1
2
3
4
5
6
7
8
9

                            
                
                                                                          
                                                              
                                                                  
                                                                            
 
                      
      
#ifndef _GSHADOW_H
#include <gshadow/gshadow.h>

# ifndef _ISOMAC

extern int __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char *buffer,
			  size_t buflen, struct sgrp **result)
     attribute_hidden;
extern int __sgetsgent_r (const char *string, struct sgrp *resbuf,
			  char *buffer, size_t buflen, struct sgrp **result)
     attribute_hidden;

# endif /* !_ISOMAC */
#endif