From cf28e19e94e9cff25f7c0bf0d08a0c103cf9b5f6 Mon Sep 17 00:00:00 2001 From: Daniel Adam Date: Tue, 10 Oct 2023 14:51:23 +0200 Subject: [PATCH] Remove duplicit declaration of oc_core_device_set_name Fixes issue #543 --- api/oc_core_res_internal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/oc_core_res_internal.h b/api/oc_core_res_internal.h index cb1aae0bf4..f76c1a5736 100644 --- a/api/oc_core_res_internal.h +++ b/api/oc_core_res_internal.h @@ -139,10 +139,6 @@ int oc_core_get_resource_type_by_uri(const char *uri, size_t uri_len) void oc_core_device_set_name(size_t device, const char *name, size_t name_len) OC_NONNULL(); -/** @brief Set the device name */ -void oc_core_device_set_name(size_t device, const char *name, size_t name_len) - OC_NONNULL(); - #ifdef __cplusplus } #endif