Added an unsupported enum value for documentation reasons

This commit is contained in:
Lemongrass3110 2015-10-07 20:20:29 +02:00
parent 10c2dc10dc
commit c1623fd5dc

View File

@ -79,6 +79,9 @@ enum pincode_state {
PINCODE_EXPIRED = 3,
PINCODE_NEW = 4,
PINCODE_ILLEGAL = 5,
#if 0
PINCODE_KSSN = 6, // Not supported since we do not store KSSN
#endif
PINCODE_PASSED = 7,
PINCODE_WRONG = 8,
PINCODE_MAXSTATE