summaryrefslogtreecommitdiff
path: root/lua/lua.h
blob: 39582e2ee10d55c77e3316fdc372f8b95b332d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "nest/bird.h"

#include <lua.h>

typedef struct lua_bird_state {
  int exception;
} lua_bird_state;

lua_bird_state *luaB_init(lua_State *L, struct linpool *lp);
void luaB_push_route(lua_State *L, rte *e);