1 /* $Id: bsd-getpeereid.h,v 1.1 2002/09/12 00:33:02 djm Exp $ */
   2 
   3 #ifndef _BSD_GETPEEREID_H
   4 #define _BSD_GETPEEREID_H
   5 
   6 #pragma ident   "%Z%%M% %I%     %E% SMI"
   7 
   8 #ifdef __cplusplus
   9 extern "C" {
  10 #endif
  11 
  12 #include "config.h"
  13 
  14 #include <sys/types.h> /* For uid_t, gid_t */
  15 
  16 #ifndef HAVE_GETPEEREID
  17 int      getpeereid(int , uid_t *, gid_t *);
  18 #endif /* HAVE_GETPEEREID */
  19 
  20 #ifdef __cplusplus
  21 }
  22 #endif
  23 
  24 #endif /* _BSD_GETPEEREID_H */