aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.h
diff options
context:
space:
mode:
Diffstat (limited to 'NK_C_API.h')
-rw-r--r--NK_C_API.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index 0c74042..68fb56c 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -837,7 +837,7 @@ extern "C" {
* @param user_pin 20 characters User PIN
* @return command processing error code
*/
- //[[deprecated("NK_set_unencrypted_read_only is deprecated. Use NK_set_unencrypted_read_only_admin instead")]]
+ //[[deprecated("Use NK_set_unencrypted_read_only_admin instead")]]
DEPRECATED
NK_C_API int NK_set_unencrypted_read_only(const char *user_pin);
@@ -851,7 +851,7 @@ extern "C" {
* @param user_pin 20 characters User PIN
* @return command processing error code
*/
- //[[deprecated("NK_set_unencrypted_read_write is deprecated. Use NK_set_unencrypted_read_write_admin instead")]]
+ //[[deprecated("Use NK_set_unencrypted_read_write_admin instead")]]
DEPRECATED
NK_C_API int NK_set_unencrypted_read_write(const char *user_pin);