src/library/pc_identifier/pc-identifiers.h
@@ -9,14 +9,14 @@ #define PC_IDENTIFIERS_H_ #include <licensecc/datatypes.h> #include "base/base.h" #ifdef __cplusplus extern "C" { #endif #include "../base/base.h" typedef unsigned char PcIdentifier[6]; typedef char PcSignature[PC_IDENTIFIER_SIZE + 1]; typedef char PcSignature[API_PC_IDENTIFIER_SIZE + 1]; FUNCTION_RETURN generate_pc_id(PcIdentifier * identifiers, unsigned int * array_size, IDENTIFICATION_STRATEGY strategy);