From dc1cfa6252073ac345412e7df9c5cc0365bb7f11 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 28 Jul 2020 12:29:43 +0200 Subject: Extract Nitrokey Storage only features to separate unit --- NK_C_API.h | 1 + 1 file changed, 1 insertion(+) (limited to 'NK_C_API.h') diff --git a/NK_C_API.h b/NK_C_API.h index 5341c08..c79b8a2 100644 --- a/NK_C_API.h +++ b/NK_C_API.h @@ -1082,5 +1082,6 @@ NK_C_API int NK_read_HOTP_slot(const uint8_t slot_num, struct ReadSlot_t* out); #ifdef __cplusplus } #endif +extern uint8_t NK_last_command_status; #endif //LIBNITROKEY_NK_C_API_H -- cgit v1.2.1