From 91492432b3f15222093e05ed9a875d02891cc182 Mon Sep 17 00:00:00 2001 From: "levitte@gmail.com" Date: Tue, 30 Jun 2009 10:30:21 +0000 Subject: [PATCH] Declare the functions to set the Yubikey II flags git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@112 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- ykpers.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ykpers.h b/ykpers.h index 9c676dd..3d3560b 100644 --- a/ykpers.h +++ b/ykpers.h @@ -60,6 +60,7 @@ int ykp_set_tktflag_APPEND_TAB2(YKP_CONFIG *cfg, bool state); int ykp_set_tktflag_APPEND_DELAY1(YKP_CONFIG *cfg, bool state); int ykp_set_tktflag_APPEND_DELAY2(YKP_CONFIG *cfg, bool state); int ykp_set_tktflag_APPEND_CR(YKP_CONFIG *cfg, bool state); +int ykp_set_tktflag_PROTECT_CFG2(YKP_CONFIG *cfg, bool state); int ykp_set_cfgflag_SEND_REF(YKP_CONFIG *cfg, bool state); int ykp_set_cfgflag_TICKET_FIRST(YKP_CONFIG *cfg, bool state); @@ -67,6 +68,10 @@ int ykp_set_cfgflag_PACING_10MS(YKP_CONFIG *cfg, bool state); int ykp_set_cfgflag_PACING_20MS(YKP_CONFIG *cfg, bool state); int ykp_set_cfgflag_ALLOW_HIDTRIG(YKP_CONFIG *cfg, bool state); int ykp_set_cfgflag_STATIC_TICKET(YKP_CONFIG *cfg, bool state); +int ykp_set_cfgflag_SHORT_TICKET(YKP_CONFIG *cfg, bool state); +int ykp_set_cfgflag_STRONG_PW1(YKP_CONFIG *cfg, bool state); +int ykp_set_cfgflag_STRONG_PW2(YKP_CONFIG *cfg, bool state); +int ykp_set_cfgflag_MAN_UPDATE(YKP_CONFIG *cfg, bool state); int ykp_write_config(const YKP_CONFIG *cfg, int (*writer)(const char *buf, size_t count, -- 2.39.5