aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-02-17 11:16:48 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-03-11 15:41:47 +0100
commit4e26fdee0c1435016d6642cf8c1f88c3dd5495fa (patch)
tree28a8f76ddfd99719c4ff92a5201562284d7f38de /include
parent8617a13371d087b1eb67bd066926038d289ab331 (diff)
downloadlibnitrokey-4e26fdee0c1435016d6642cf8c1f88c3dd5495fa.tar.gz
libnitrokey-4e26fdee0c1435016d6642cf8c1f88c3dd5495fa.tar.bz2
Return SD card size as get from the device
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include')
-rw-r--r--include/NitrokeyManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h
index 2200955..7cf55c7 100644
--- a/include/NitrokeyManager.h
+++ b/include/NitrokeyManager.h
@@ -106,7 +106,7 @@ namespace nitrokey {
void fill_SD_card_with_random_data(const char *admin_pin);
- int get_SD_card_size();
+ uint8_t get_SD_card_size();
void change_update_password(const char *current_update_password, const char *new_update_password);