aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API_helpers.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-07-31 13:02:15 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2020-07-31 13:02:15 +0200
commit4b698519fc125ee03f47560402e2c35c495e0f7c (patch)
tree80d703803cec1b09d80e2aa0ebf6bb3ce2cd5601 /NK_C_API_helpers.h
parent2281f33430f3edb874f7fd350ed173e5476a30ed (diff)
downloadlibnitrokey-4b698519fc125ee03f47560402e2c35c495e0f7c.tar.gz
libnitrokey-4b698519fc125ee03f47560402e2c35c495e0f7c.tar.bz2
Make C API modularized - extract PWS and OTP
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'NK_C_API_helpers.h')
-rw-r--r--NK_C_API_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/NK_C_API_helpers.h b/NK_C_API_helpers.h
index e9ae4d1..c5241be 100644
--- a/NK_C_API_helpers.h
+++ b/NK_C_API_helpers.h
@@ -13,6 +13,7 @@
#include "libnitrokey/device_proto.h"
#include "libnitrokey/version.h"
+void clear_string(std::string &s);
extern uint8_t NK_last_command_status;