diff options
Diffstat (limited to 'auto_uids.h')
| -rw-r--r-- | auto_uids.h | 16 |
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 @@ | |||
| 1 | #ifndef AUTO_UIDS_H | ||
| 2 | #define AUTO_UIDS_H | ||
| 3 | |||
| 4 | extern int auto_uida; | ||
| 5 | extern int auto_uidd; | ||
| 6 | extern int auto_uidl; | ||
| 7 | extern int auto_uido; | ||
| 8 | extern int auto_uidp; | ||
| 9 | extern int auto_uidq; | ||
| 10 | extern int auto_uidr; | ||
| 11 | extern int auto_uids; | ||
| 12 | |||
| 13 | extern int auto_gidn; | ||
| 14 | extern int auto_gidq; | ||
| 15 | |||
| 16 | #endif | ||
