mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 15:18:01 -04:00
12 lines
304 B
C
12 lines
304 B
C
/* $NetBSD: getpeereid.h,v 1.3 2015/04/03 23:58:19 christos Exp $ */
|
|
/* Id: bsd-getpeereid.h,v 1.1 2002/09/12 00:33:02 djm Exp */
|
|
|
|
#ifndef _BSD_GETPEEREID_H
|
|
#define _BSD_GETPEEREID_H
|
|
|
|
#include <sys/types.h> /* For uid_t, gid_t */
|
|
|
|
int getpeereid(int , uid_t *, gid_t *);
|
|
|
|
#endif /* _BSD_GETPEEREID_H */
|