From 9601681dd9aea8a87444d36711e0a908ad4ec7d2 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Thu, 28 Jun 2018 11:30:05 +0200 Subject: Handle command for getting production data Signed-off-by: Szczepan Zalega --- libnitrokey/NitrokeyManager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libnitrokey/NitrokeyManager.h') diff --git a/libnitrokey/NitrokeyManager.h b/libnitrokey/NitrokeyManager.h index b48afc5..d6e5df4 100644 --- a/libnitrokey/NitrokeyManager.h +++ b/libnitrokey/NitrokeyManager.h @@ -293,6 +293,8 @@ char * strndup(const char* str, size_t maxlen); * Blink red and green LED alternatively and infinitely (until device is reconnected). */ void wink(); + + stick20::ProductionTest::ResponsePayload production_info(); }; } -- cgit v1.2.1