summary refs log tree commit diff
path: root/src/prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prot.h')
-rw-r--r--src/prot.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/prot.h b/src/prot.h
deleted file mode 100644
index 2e5cb81..0000000
--- a/src/prot.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Public domain. */
-
-#ifndef PROT_H
-#define PROT_H
-
-extern int prot_gid(int);
-extern int prot_uid(int);
-
-#endif