xref: /netbsd-src/crypto/external/bsd/openssh/dist/getpeereid.h (revision 41768fc151975edf5da042dafee95bcbf07f4525)
1*41768fc1Schristos /*	$NetBSD: getpeereid.h,v 1.5 2017/04/18 18:41:46 christos Exp $	*/
2313c6c94Schristos /* Id: bsd-getpeereid.h,v 1.1 2002/09/12 00:33:02 djm Exp */
3313c6c94Schristos 
4313c6c94Schristos #ifndef _BSD_GETPEEREID_H
5313c6c94Schristos #define _BSD_GETPEEREID_H
6313c6c94Schristos 
7313c6c94Schristos #include <sys/types.h> /* For uid_t, gid_t */
8313c6c94Schristos 
9313c6c94Schristos int	 getpeereid(int , uid_t *, gid_t *);
10313c6c94Schristos 
11313c6c94Schristos #endif /* _BSD_GETPEEREID_H */
12