summaryrefslogtreecommitdiff
path: root/mesh/node.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-05-21 17:34:56 -0700
committerBrian Gix <brian.gix@intel.com>2020-05-22 13:45:53 -0700
commitb0adb615ca16db02e309a50154e3830fba7127aa (patch)
tree987d3e57afa50e76adb204a4dfa6a94fc377efbc /mesh/node.h
parent7cdc215ff5a196f86a7198e8e067c12b5d1feacc (diff)
downloadbluez-b0adb615ca16db02e309a50154e3830fba7127aa.tar.gz
mesh: Remove unused function prototypes from node.h
Diffstat (limited to 'mesh/node.h')
-rw-r--r--mesh/node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesh/node.h b/mesh/node.h
index 3019d316b..076714e66 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);