diff options
Diffstat (limited to 'lib/frrlua.c')
| -rw-r--r-- | lib/frrlua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frrlua.c b/lib/frrlua.c index 710d9ece00..5d0732eac0 100644 --- a/lib/frrlua.c +++ b/lib/frrlua.c @@ -313,7 +313,7 @@ void lua_decode_noop(lua_State *L, int idx, const void *ptr) /* * Noop decoder for int. */ -void lua_decode_int_noop(lua_State *L, int idx, int i) +void lua_decode_integer_noop(lua_State *L, int idx, int i) { } |
