summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-getpeereid.h
blob: 2e9f077f917e640fd4c4768ce24b451cf5d936eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id: bsd-getpeereid.h,v 1.1 2002/09/12 00:33:02 djm Exp $ */

#ifndef _BSD_GETPEEREID_H
#define _BSD_GETPEEREID_H

#include "config.h"

#include <sys/types.h> /* For uid_t, gid_t */

#ifndef HAVE_GETPEEREID
int	 getpeereid(int , uid_t *, gid_t *);
#endif /* HAVE_GETPEEREID */

#endif /* _BSD_GETPEEREID_H */