summaryrefslogtreecommitdiff
path: root/src/include/skalibs/getpeereid.h
blob: 4aa2898a599e540d6a6a8760d0b435b99eca0280 (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#ifndef GETPEEREID_H
#define GETPEEREID_H

#include <sys/types.h>

extern int getpeereid (int, uid_t *, gid_t *) ;

#endif