Nitrokey / libnitrokey

Communicate with Nitrokey devices in a clean and easy manner
https://nitrokey.com/
GNU Lesser General Public License v3.0
65 stars 34 forks source link

Add NK_ prefix for MAXIMUM_STR_REPLY_LENGTH and ReadSlot_t #190

Open robinkrahl opened 4 years ago

robinkrahl commented 4 years ago

Currently, all types and functions defined in NK_C_API.h use the NK_ prefix, expect for MAXIMUM_STR_REPLY_LENGTH and ReadSlot_t. They should be renamed with the next breaking release to make the names consistent.