summaryrefslogtreecommitdiff
path: root/lib/frrlua.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frrlua.c')
-rw-r--r--lib/frrlua.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/frrlua.c b/lib/frrlua.c
index 9fb744cde2..d6a0ef328e 100644
--- a/lib/frrlua.c
+++ b/lib/frrlua.c
@@ -290,6 +290,10 @@ void *lua_tostringp(lua_State *L, int idx)
return string;
}
+void lua_decode_noop(lua_State *L, int idx, const void *ptr)
+{
+}
+
/*
* Logging.
*