aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-11-03 18:22:02 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2016-11-26 18:56:29 +0100
commitcdd16f3f184b2745094da39de3f815aea6633fdb (patch)
treead2a4513b1ad01b225a519ac10cafa3e583a26a1 /NK_C_API.h
parent8d4bff3590191e369be02bbe0fbf858ab8930f52 (diff)
downloadlibnitrokey-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index 2d958d6..a446a62 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -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.