summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-05-21 17:34:56 -0700
committerAbhay Agarwal <ay.agarwal@samsung.com>2020-05-28 16:57:22 +0530
commit85bb1cb11c4028adc9ede12af2805a9c8862e1bd (patch)
treec8c97bb525c95f0a5592de29790742655f6428ff
parentda10396ea7cc679cd65e13af9ec436f12761e8d4 (diff)
downloadbluez-85bb1cb11c4028adc9ede12af2805a9c8862e1bd.tar.gz
bluez-85bb1cb11c4028adc9ede12af2805a9c8862e1bd.tar.bz2
bluez-85bb1cb11c4028adc9ede12af2805a9c8862e1bd.zip
mesh: Remove unused function prototypes from node.h
Change-Id: I69310c1cf2f0dbbe4624505f8ac2b60598db2693 Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
-rw-r--r--mesh/node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesh/node.h b/mesh/node.h
index 3019d316..076714e6 100644
--- a/mesh/node.h
+++ b/mesh/node.h
@@ -92,8 +92,6 @@ bool node_import(const char *app_root, const char *sender, const uint8_t *uuid,
uint16_t net_idx, bool kr, bool ivu,
uint32_t iv_index, uint16_t unicast,
node_ready_func_t cb, void *user_data);
-void node_id_set(struct mesh_node *node, uint16_t node_id);
-uint16_t node_id_get(struct mesh_node *node);
bool node_dbus_init(struct l_dbus *bus);
void node_cleanup_all(void);
struct mesh_config *node_config_get(struct mesh_node *node);