diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-03 18:22:02 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-26 18:56:29 +0100 |
commit | cdd16f3f184b2745094da39de3f815aea6633fdb (patch) | |
tree | ad2a4513b1ad01b225a519ac10cafa3e583a26a1 /NK_C_API.h | |
parent | 8d4bff3590191e369be02bbe0fbf858ab8930f52 (diff) | |
download | libnitrokey-cdd16f3f184b2745094da39de3f815aea6633fdb.tar.gz libnitrokey-cdd16f3f184b2745094da39de3f815aea6633fdb.tar.bz2 |
Rename methods in API to make string return more obvious
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'NK_C_API.h')
-rw-r--r-- | NK_C_API.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -430,7 +430,7 @@ extern int NK_change_update_password(const char* current_update_password, * Storage only * @return string with devices attributes */ -extern const char* NK_get_status_storage(); +extern const char* NK_get_status_storage_as_string(); /** * Get SD card usage attributes as string. @@ -438,7 +438,7 @@ extern const char* NK_get_status_storage(); * Storage only * @return string with SD card usage attributes */ -extern const char* NK_get_SD_usage_data(); +extern const char* NK_get_SD_usage_data_as_string(); /** * Get progress value of current long operation. |