summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index 267e7b022..e76cf871a 100644
--- a/auth.h
+++ b/auth.h
@@ -49,6 +49,7 @@ typedef struct KbdintDevice KbdintDevice;
49 49
50struct Authctxt { 50struct Authctxt {
51 int success; 51 int success;
52 int authenticated; /* authenticated and alarms cancelled */
52 int postponed; /* authentication needs another step */ 53 int postponed; /* authentication needs another step */
53 int valid; /* user exists and is allowed to login */ 54 int valid; /* user exists and is allowed to login */
54 int attempt; 55 int attempt;