Open robinkrahl opened 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.
NK_C_API.h
NK_
MAXIMUM_STR_REPLY_LENGTH
ReadSlot_t
Currently, all types and functions defined in
NK_C_API.h
use theNK_
prefix, expect forMAXIMUM_STR_REPLY_LENGTH
andReadSlot_t
. They should be renamed with the next breaking release to make the names consistent.