diff options
author | Donald Lee <dlqs@gmx.com> | 2021-07-04 23:11:24 +0200 |
---|---|---|
committer | Donald Lee <dlqs@gmx.com> | 2021-07-18 00:32:03 +0200 |
commit | cb5de2314056e81854715c1835612445736e0a03 (patch) | |
tree | 78416b24ac2e44c0dc92f9b8cfc039c34b1eb892 /lib/frrscript.h | |
parent | tests: Add test for calling Lua function (diff) | |
download | frr-cb5de2314056e81854715c1835612445736e0a03.tar.xz frr-cb5de2314056e81854715c1835612445736e0a03.zip |
lib: update frrscript unload
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrscript.h')
-rw-r--r-- | lib/frrscript.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/frrscript.h b/lib/frrscript.h index a0e1176ea..0d5568d34 100644 --- a/lib/frrscript.h +++ b/lib/frrscript.h @@ -45,7 +45,6 @@ struct lua_function_state { lua_State *L; }; - struct frrscript { /* Script name */ char *name; |