summaryrefslogtreecommitdiff
path: root/src/include/prot.h
blob: 08203da855a4e91d3b7a8666bef0ffe89a2f4807 (plain)
1
2
3
4
5
6
7
#ifndef PROT_H
#define PROT_H

int prot_gid();
int prot_uid();

#endif