summaryrefslogtreecommitdiff
path: root/Source/Library/Interface/Process.iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Interface/Process.iface.h')
-rw-r--r--Source/Library/Interface/Process.iface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Library/Interface/Process.iface.h b/Source/Library/Interface/Process.iface.h
index 0152947..cdd6e47 100644
--- a/Source/Library/Interface/Process.iface.h
+++ b/Source/Library/Interface/Process.iface.h
@@ -25,4 +25,8 @@
#define PRIF_SETOUTVT 0x29
#define PRIF_SETINVT 0x30
+//Authenticate with password/without password (being in group root)
+#define PRIF_AUTHPW 0x40
+#define PRIF_AUTHNOPW 0x41
+
#endif