aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2019-06-13 13:56:02 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2019-06-13 15:00:38 +0200
commit749434cab529ef689dacfc368b9dea101a40dba8 (patch)
tree367dcd752e205b90b2a46fcafa64838ecaee8c80 /libnitrokey
parent5d0789af44ffdcdd7d3de30582fe51d1d2ceb22d (diff)
downloadlibnitrokey-749434cab529ef689dacfc368b9dea101a40dba8.tar.gz
libnitrokey-749434cab529ef689dacfc368b9dea101a40dba8.tar.bz2
Handle new commands in C++ API
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'libnitrokey')
-rw-r--r--libnitrokey/NitrokeyManager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnitrokey/NitrokeyManager.h b/libnitrokey/NitrokeyManager.h
index 2d8d1b6..0691035 100644
--- a/libnitrokey/NitrokeyManager.h
+++ b/libnitrokey/NitrokeyManager.h
@@ -295,6 +295,10 @@ char * strndup(const char* str, size_t maxlen);
void wink();
stick20::ProductionTest::ResponsePayload production_info();
+
+ void enable_firmware_update_pro(const char *firmware_pin);
+
+ void change_firmware_update_password_pro(const char *firmware_pin_current, const char *firmware_pin_new);
};
}