diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-09-26 23:06:35 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-02-23 19:34:03 +0000 |
commit | 8deb9475a15e4a83a97bc892328605f284b2f40f (patch) | |
tree | ab02b3e1ad6db25fad0fb924fc3aa4edbe3f7d3b /lua/lua.h | |
parent | bbbef80214337552c252b86c8f07e142d7f8190b (diff) |
Lua: WIP tunnel encap
Diffstat (limited to 'lua/lua.h')
-rw-r--r-- | lua/lua.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,4 +14,5 @@ typedef struct lua_bird_state { lua_bird_state *luaB_init(lua_State *L, struct linpool *lp); void luaB_push_route(lua_State *L, rte *e); +void luaB_push_eattrs(lua_State *L, struct ea_list *ea); |