aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/NitrokeyManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h
index 11c2be4..60fa753 100644
--- a/include/NitrokeyManager.h
+++ b/include/NitrokeyManager.h
@@ -103,9 +103,9 @@ namespace nitrokey {
void send_startup(uint64_t seconds_from_epoch);
- const char * get_status_storage();
+ const char * get_status_storage_as_string();
- const char *get_SD_usage_data();
+ const char *get_SD_usage_data_as_string();
int get_progress_bar_value();