1 #ifndef BZ_TYPES_IDENTIFIER_H
2 #define BZ_TYPES_IDENTIFIER_H
4 #include <bz/types/common.h>
11 #define kBZMaxIdentifierLength 256
13 typedef const char * BZIdentifier;
14 typedef uint32_t BZIdentifierHash;
16 extern BZIdentifierHash bzIdentifierHashFromIdentifier(BZIdentifier string);