1 /* $NetBSD: getpeereid.h,v 1.1 2002/10/01 14:07:31 itojun Exp $ */
2 /* Id: bsd-getpeereid.h,v 1.1 2002/09/12 00:33:02 djm Exp */
4 #ifndef _BSD_GETPEEREID_H
5 #define _BSD_GETPEEREID_H
7 #include <sys/types.h> /* For uid_t, gid_t */
9 int getpeereid(int , uid_t
*, gid_t
*);
11 #endif /* _BSD_GETPEEREID_H */