From b1f0b9f3430c2f0c3fce02ad99dcb39ca32d4151 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周三, 01 1月 2020 20:13:40 +0800 Subject: [PATCH] add inspector --- include/licensecc/licensecc.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/include/licensecc/licensecc.h b/include/licensecc/licensecc.h index be6f57d..353eba8 100644 --- a/include/licensecc/licensecc.h +++ b/include/licensecc/licensecc.h @@ -20,9 +20,7 @@ * This method calculate the pc identifier. The string has to be shown * to the user in order to calculate the license. */ -void identify_pc(IDENTIFICATION_STRATEGY pc_id_method, - char chbuffer[PC_IDENTIFIER_SIZE + 1]); - +bool identify_pc(IDENTIFICATION_STRATEGY pc_id_method, char* identifier_out, size_t bufSize); /** * This method is used to request the use of one license for a product. -- Gitblit v1.9.1