xref: /netbsd-src/crypto/external/bsd/openssh/dist/getpeereid.h (revision 8585484ef87f5a04d32332313cdb799625f4faf8)
1 /*	$NetBSD: getpeereid.h,v 1.1 2009/06/07 22:38:46 christos Exp $	*/
2 /* Id: bsd-getpeereid.h,v 1.1 2002/09/12 00:33:02 djm Exp */
3 
4 #ifndef _BSD_GETPEEREID_H
5 #define _BSD_GETPEEREID_H
6 
7 #include <sys/types.h> /* For uid_t, gid_t */
8 
9 int	 getpeereid(int , uid_t *, gid_t *);
10 
11 #endif /* _BSD_GETPEEREID_H */
12