From 37c0fee672afd3701ea3ed87958da4d548bf1be3 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 19 Feb 2026 00:43:50 +0100 Subject: Rename print_endpoint to print_endpoint_description and fix clone URL --- src/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 66bf905..69afecc 100644 --- a/src/common.h +++ b/src/common.h @@ -289,6 +289,7 @@ print_application_description (const UA_ApplicationDescription *description, * @param endpoint The endpoint description to print. * @param index Display index (e.g. position in the GetEndpoints result array). */ -void print_endpoint (const UA_EndpointDescription *endpoint, size_t index); +void print_endpoint_description (const UA_EndpointDescription *endpoint, + size_t index); #endif /* DISCOVERY_COMMON_H */ -- cgit v1.2.3