aboutsummaryrefslogtreecommitdiffstats
path: root/src/bobink_opcua_client.c
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-02-19 00:43:50 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-02-19 00:47:37 +0100
commit37c0fee672afd3701ea3ed87958da4d548bf1be3 (patch)
treeaacc516639d96c73e01331020220aec7b8443318 /src/bobink_opcua_client.c
parent9fe1d1f41069eda254e11746512d6be032db81d5 (diff)
downloadBobinkCOpcUa-37c0fee672afd3701ea3ed87958da4d548bf1be3.tar.gz
BobinkCOpcUa-37c0fee672afd3701ea3ed87958da4d548bf1be3.zip
Rename print_endpoint to print_endpoint_description and fix clone URL
Diffstat (limited to 'src/bobink_opcua_client.c')
-rw-r--r--src/bobink_opcua_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bobink_opcua_client.c b/src/bobink_opcua_client.c
index 79edef6..b7c004c 100644
--- a/src/bobink_opcua_client.c
+++ b/src/bobink_opcua_client.c
@@ -104,7 +104,7 @@ _s_op_get_endpoints (UA_Client *client, const char *url)
}
for (size_t i = 0; i < array_size; i++)
- print_endpoint (&array[i], i);
+ print_endpoint_description (&array[i], i);
UA_Array_delete (array, array_size, &UA_TYPES[UA_TYPES_ENDPOINTDESCRIPTION]);
return EXIT_SUCCESS;