0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-11 03:21:53 +00:00
bird/lua/lua.h
Jan Moskyto Matejka 76a7182321 lua: more stub
2018-01-23 15:17:01 +01:00

7 lines
121 B
C

#include "nest/bird.h"
#include <lua.h>
void luaB_push_bird(lua_State *L);
void luaB_push_route(lua_State *L, rte *e);