summaryrefslogtreecommitdiff
path: root/prot.h
blob: 2e5cb8190bf5ceacf49ce12c3a85837b849c0238 (plain)
1
2
3
4
5
6
7
8
9
/* Public domain. */

#ifndef PROT_H
#define PROT_H

extern int prot_gid(int);
extern int prot_uid(int);

#endif