summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h
blob: 6c4107885169cac85b0875df1076fa90469ac771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * apilist.h
 */

#ifndef APILIST_H_
#define APILIST_H_

#include <mruby.h>
#include "mrdb.h"

int32_t mrb_debug_list(mrb_state *, mrb_debug_context *, char *, uint16_t, uint16_t);
char* mrb_debug_get_source(mrb_state *, mrdb_state *, const char *, const char *);

#endif /* APILIST_H_ */