summaryrefslogtreecommitdiffstats
path: root/core/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/device.cpp')
-rw-r--r--core/device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/device.cpp b/core/device.cpp
index c35aa74e9..1e8e0792c 100644
--- a/core/device.cpp
+++ b/core/device.cpp
@@ -285,7 +285,7 @@ extern "C" void create_device_node(struct device_table *device_table, const char
addDC(device_table->devices, model ?: "", deviceid, nickname ?: "", serial ?: "", firmware ?: "");
}
-extern "C" void clear_device_nodes(struct device_table *device_table)
+extern "C" void clear_device_table(struct device_table *device_table)
{
device_table->devices.clear();
}