Skip to content

Commit

Permalink
Merge branch 'pr_108'
Browse files Browse the repository at this point in the history
Closes #108
  • Loading branch information
szszszsz committed Apr 10, 2018
2 parents 53599e9 + 0e774ea commit 81b5755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NK_C_API.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 81b5755

Please sign in to comment.