[utils,aad] fix freerdp_utils_aad_get_wellknown export

This commit is contained in:
akallabeth
2025-02-14 10:57:34 +01:00
parent 745310863c
commit c375ed6cb1

View File

@@ -142,7 +142,8 @@ extern "C"
* @since version 3.10.0
*/
WINPR_ATTR_MALLOC(WINPR_JSON_Delete, 1)
WINPR_JSON* freerdp_utils_aad_get_wellknown(wLog* log, const char* base, const char* tenantid);
FREERDP_API WINPR_JSON* freerdp_utils_aad_get_wellknown(wLog* log, const char* base,
const char* tenantid);
#ifdef __cplusplus
}