aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-07-28 12:29:43 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2020-07-28 12:29:56 +0200
commitdc1cfa6252073ac345412e7df9c5cc0365bb7f11 (patch)
treea62eccae0fbc7317c3bf67db4cb8ceb79dfd96e7 /NK_C_API.h
parent145149d65915e3f2eb068032b428ee5cfc0295c9 (diff)
downloadlibnitrokey-dc1cfa6252073ac345412e7df9c5cc0365bb7f11.tar.gz
libnitrokey-dc1cfa6252073ac345412e7df9c5cc0365bb7f11.tar.bz2
Extract Nitrokey Storage only features to separate unit
Diffstat (limited to 'NK_C_API.h')
-rw-r--r--NK_C_API.h1
1 files changed, 1 insertions, 0 deletions
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