aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-tickets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/krb5-auth-tickets.h')
-rw-r--r--src/krb5-auth-tickets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/krb5-auth-tickets.h b/src/krb5-auth-tickets.h
index a5fa869..02d67b3 100644
--- a/src/krb5-auth-tickets.h
+++ b/src/krb5-auth-tickets.h
@@ -25,6 +25,9 @@ enum ticket_columns {
PRINCIPAL_COLUMN,
START_TIME_COLUMN,
END_TIME_COLUMN,
+ FORWARDABLE_COLUMN,
+ RENEWABLE_COLUMN,
+ PROXIABLE_COLUMN,
N_COLUMNS
};
bgstack15