From 220534453eecc2c07ad710d72268aafd20b83138 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 8 May 2015 23:07:47 -0400 Subject: initial commit --- prot.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 prot.h (limited to 'prot.h') diff --git a/prot.h b/prot.h new file mode 100644 index 0000000..2e5cb81 --- /dev/null +++ b/prot.h @@ -0,0 +1,9 @@ +/* Public domain. */ + +#ifndef PROT_H +#define PROT_H + +extern int prot_gid(int); +extern int prot_uid(int); + +#endif -- cgit v1.2.3