aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-06-19 14:23:47 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2018-06-19 14:23:47 +0200
commit5edb645227c00c63badc4fb3cccefa4d7e1bb547 (patch)
tree0b454af8b4603b3b5ca3b35e505ea3875e6410c8
parent98917cffc50e7934105e874abd4a4b6ed72edc21 (diff)
downloadlibnitrokey-5edb645227c00c63badc4fb3cccefa4d7e1bb547.tar.gz
libnitrokey-5edb645227c00c63badc4fb3cccefa4d7e1bb547.tar.bz2
Add missing struct keyword
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--NK_C_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index 97169d1..274f908 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -666,7 +666,7 @@ extern "C" {
* @param out the output pointer for the storage status
* @return command processing error code
*/
- NK_C_API int NK_get_status_storage(NK_storage_status* out);
+ NK_C_API int NK_get_status_storage(struct NK_storage_status* out);
/**
* Get SD card usage attributes as string.