aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.h
diff options
context:
space:
mode:
Diffstat (limited to 'NK_C_API.h')
-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 f5b87ad..96a1950 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -73,7 +73,7 @@ extern "C" {
* @param device_model NK_device_model: NK_PRO: Nitrokey Pro, NK_STORAGE: Nitrokey Storage
* @return 1 if connected, 0 if wrong model or cannot connect
*/
- NK_C_API int NK_login_enum(NK_device_model device_model);
+ NK_C_API int NK_login_enum(enum NK_device_model device_model);
/**
* Connect to first available device, starting checking from Pro 1st to Storage 2nd.