]> err.no Git - yubikey-personalization/commitdiff
declare ykp_set_extflag_LED_INV()
authorKlas Lindfors <klas@yubico.com>
Thu, 14 Mar 2013 06:40:12 +0000 (07:40 +0100)
committerKlas Lindfors <klas@yubico.com>
Thu, 14 Mar 2013 06:40:12 +0000 (07:40 +0100)
ykpers.h

index 847094461cdd5762c4025a6d0b78af1b546ef114..43525821e5d607fd92356572c00a2e4e80c8f91e 100644 (file)
--- a/ykpers.h
+++ b/ykpers.h
@@ -122,6 +122,7 @@ int ykp_set_extflag_USE_NUMERIC_KEYPAD (YKP_CONFIG *cfg, bool state);
 int ykp_set_extflag_FAST_TRIG (YKP_CONFIG *cfg, bool state);
 int ykp_set_extflag_ALLOW_UPDATE (YKP_CONFIG *cfg, bool state);
 int ykp_set_extflag_DORMANT (YKP_CONFIG *cfg, bool state);
+int ykp_set_extflag_LED_INV (YKP_CONFIG *cfg, bool state);
 
 int ykp_write_config(const YKP_CONFIG *cfg,
                     int (*writer)(const char *buf, size_t count,