summaryrefslogtreecommitdiffstats
path: root/ahl-binding/ahl-binding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ahl-binding/ahl-binding.cpp')
-rw-r--r--ahl-binding/ahl-binding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ahl-binding/ahl-binding.cpp b/ahl-binding/ahl-binding.cpp
index 29be7a1..6247371 100644
--- a/ahl-binding/ahl-binding.cpp
+++ b/ahl-binding/ahl-binding.cpp
@@ -35,7 +35,7 @@ int ahl_api_create(void*, struct afb_dynapi* handle)
* @param[in] handle Handle to start with for API creation.
* @return Status code, zero if success.
*/
-int afbBindingVdyn(afb_dynapi* handle)
+int afbBindingEntry(afb_dynapi* handle)
{
using namespace std::placeholders;
assert(handle != nullptr);