xref: /netbsd-src/crypto/external/bsd/openssh/dist/getpeereid.h (revision 9573673d78c64ea1eac42d7f2e9521be89932ae5)
1 /*	$NetBSD: getpeereid.h,v 1.3 2015/04/03 23:58:19 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