diff options
Diffstat (limited to 'NK_C_API.h')
-rw-r--r-- | NK_C_API.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -977,6 +977,15 @@ extern "C" { */ NK_C_API int NK_wink(); + + /** + * FIXME DOC + * @param update_password + * @return + */ + NK_C_API int NK_enable_firmware_update_pro(const char* update_password); + NK_C_API int NK_change_firmware_password_pro(const char *current_firmware_password, const char *new_firmware_password); + #ifdef __cplusplus } #endif |