No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / external / bsd / openssh / dist / getpeereid.h
blob8f3dedb5550d316d74c87e62b656ec232daefd03
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 */