Google

/* $Id: bsd-getpeereid.h,v 1.1.1.1 2003/01/23 04:34:57 zarzycki 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 */


syntax highlighted by Code2HTML, v. 0.9.1