#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) { }