mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-11 11:31:53 +00:00
6 lines
83 B
C
6 lines
83 B
C
|
#include "nest/bird.h"
|
||
|
|
||
|
#include <lua.h>
|
||
|
|
||
|
void luaB_push_bird_table(lua_State *L);
|