summaryrefslogtreecommitdiffstats
path: root/lib/frrscript.h
diff options
context:
space:
mode:
authorDonald Lee <dlqs@gmx.com>2021-07-04 23:11:24 +0200
committerDonald Lee <dlqs@gmx.com>2021-07-18 00:32:03 +0200
commitcb5de2314056e81854715c1835612445736e0a03 (patch)
tree78416b24ac2e44c0dc92f9b8cfc039c34b1eb892 /lib/frrscript.h
parenttests: Add test for calling Lua function (diff)
downloadfrr-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.h1
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;