summaryrefslogtreecommitdiff
path: root/prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'prot.h')
-rw-r--r--prot.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/prot.h b/prot.h
new file mode 100644
index 0000000..2e5cb81
--- /dev/null
+++ b/prot.h
@@ -0,0 +1,9 @@
1/* Public domain. */
2
3#ifndef PROT_H
4#define PROT_H
5
6extern int prot_gid(int);
7extern int prot_uid(int);
8
9#endif