rename crc -> crc_ctx. triggers overshadowing
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#include "common.h" //stdint, stddef, stdbool
|
#include "common.h" //stdint, stddef, stdbool
|
||||||
#include "util.h" // reflect, bswap_16
|
#include "util.h" // reflect, bswap_16
|
||||||
|
|
||||||
typedef struct crc {
|
typedef struct crc_ctx {
|
||||||
uint32_t state;
|
uint32_t state;
|
||||||
int order;
|
int order;
|
||||||
uint32_t polynom;
|
uint32_t polynom;
|
||||||
|
|||||||
Reference in New Issue
Block a user