aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-06-28 11:30:05 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2018-06-28 11:30:05 +0200
commit9601681dd9aea8a87444d36711e0a908ad4ec7d2 (patch)
tree79b6f00c541d71a2488fbe48c619e57a99605fce /libnitrokey
parent5d4003a6053667ec4ef75a5b39e38cf3f305cbea (diff)
downloadlibnitrokey-9601681dd9aea8a87444d36711e0a908ad4ec7d2.tar.gz
libnitrokey-9601681dd9aea8a87444d36711e0a908ad4ec7d2.tar.bz2
Handle command for getting production data
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'libnitrokey')
-rw-r--r--libnitrokey/NitrokeyManager.h2
1 files changed, 2 insertions, 0 deletions
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();
};
}