open-license-manager
2014-07-22 b01aec9f631409027c706c95a798f56d41b28c5c
src/library/pc-identifiers.h
@@ -10,6 +10,10 @@
#include "api/datatypes.h"
#include "base/base.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef unsigned char PcIdentifier[6];
typedef char UserPcIdentifier[21];
@@ -17,4 +21,9 @@
FUNCTION_RETURN generate_pc_id(PcIdentifier * identifiers, unsigned int * array_size,
      IDENTIFICATION_STRATEGY strategy);
EVENT_TYPE validate_user_pc_identifier(UserPcIdentifier str_code);
#ifdef __cplusplus
}
#endif
#endif /* PC_IDENTIFIERS_H_ */