summaryrefslogtreecommitdiff
path: root/auto_uids.h
diff options
context:
space:
mode:
Diffstat (limited to 'auto_uids.h')
-rw-r--r--auto_uids.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/auto_uids.h b/auto_uids.h
new file mode 100644
index 0000000..1252ecb
--- /dev/null
+++ b/auto_uids.h
@@ -0,0 +1,16 @@
+#ifndef AUTO_UIDS_H
+#define AUTO_UIDS_H
+
+extern int auto_uida;
+extern int auto_uidd;
+extern int auto_uidl;
+extern int auto_uido;
+extern int auto_uidp;
+extern int auto_uidq;
+extern int auto_uidr;
+extern int auto_uids;
+
+extern int auto_gidn;
+extern int auto_gidq;
+
+#endif