summaryrefslogtreecommitdiff
path: root/lib/frrlua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frrlua.h')
-rw-r--r--lib/frrlua.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/frrlua.h b/lib/frrlua.h
index 3ca5b1f778..c4de82740c 100644
--- a/lib/frrlua.h
+++ b/lib/frrlua.h
@@ -162,6 +162,11 @@ void lua_decode_stringp(lua_State *L, int idx, char *str);
void *lua_tostringp(lua_State *L, int idx);
/*
+ * No-op decocder
+ */
+void lua_decode_noop(lua_State *L, int idx, const void *ptr);
+
+/*
* Retrieve an integer from table on the top of the stack.
*
* key