summaryrefslogtreecommitdiff
path: root/src/hs_process_table.c
blob: 9d722533e0ccc9b71650d903f3aa24671d3d836e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "honeysuckle.h"

void hs_pt_set_boolean(bool value, void *data) {}
void hs_pt_set_integer(lua_Integer value, void *data) {}
void hs_pt_set_number(lua_Number value, void *data) {}
void hs_pt_set_string(const char *value, void *data) {}


void hs_process_table_(lua_State *L,
		       int table_index,
		       int n_processors,
		       struct hs_table_processor *processors)
{
   
}