mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-11 03:21:53 +00:00
7 lines
121 B
C
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);
|