diff options
| author | Donald Lee <dlqs@gmx.com> | 2021-07-24 03:41:12 +0800 |
|---|---|---|
| committer | Donald Lee <dlqs@gmx.com> | 2021-07-24 03:41:40 +0800 |
| commit | 36cf58c78594aed9fc79ab408d4a00e79e1ba483 (patch) | |
| tree | ad09f9e5f94f8d352938120c27f99631f41045fb /lib/frrlua.h | |
| parent | 4093300ee891bd7559b93e2b7c94fb6fc68b5ddc (diff) | |
lib: Rename decode_int
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrlua.h')
| -rw-r--r-- | lib/frrlua.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frrlua.h b/lib/frrlua.h index d7668abca0..98bff00fd6 100644 --- a/lib/frrlua.h +++ b/lib/frrlua.h @@ -166,7 +166,7 @@ void *lua_tostringp(lua_State *L, int idx); */ void lua_decode_noop(lua_State *L, int idx, const void *ptr); -void lua_decode_int_noop(lua_State *L, int idx, int i); +void lua_decode_integer_noop(lua_State *L, int idx, int i); /* * Retrieve an integer from table on the top of the stack. |
