diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-02-17 11:16:48 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 15:41:47 +0100 |
commit | 4e26fdee0c1435016d6642cf8c1f88c3dd5495fa (patch) | |
tree | 28a8f76ddfd99719c4ff92a5201562284d7f38de /include/NitrokeyManager.h | |
parent | 8617a13371d087b1eb67bd066926038d289ab331 (diff) | |
download | libnitrokey-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/NitrokeyManager.h')
-rw-r--r-- | include/NitrokeyManager.h | 2 |
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); |