]> andersk Git - gssapi-openssh.git/blame - openssh/openbsd-compat/bsd-getpeereid.h
o Bump version to 2.7.
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-getpeereid.h
CommitLineData
cc0583a1 1/* $Id$ */
2
3#ifndef _BSD_GETPEEREID_H
4#define _BSD_GETPEEREID_H
5
6#include "config.h"
7
8#include <sys/types.h> /* For uid_t, gid_t */
9
10#ifndef HAVE_GETPEEREID
11int getpeereid(int , uid_t *, gid_t *);
12#endif /* HAVE_GETPEEREID */
13
14#endif /* _BSD_GETPEEREID_H */
This page took 1.279035 seconds and 5 git commands to generate.