ELinks 0.18.0
|
#include <ruby.h>
Macros | |
#define | RSTRING_LEN(string) (RSTRING(string)->len) |
#define | RSTRING_PTR(string) (RSTRING(string)->ptr) |
#define | RB_ERRINFO (ruby_errinfo) |
Functions | |
void | alert_ruby_error (struct session *ses, const char *msg) |
void | erb_report_error (struct session *ses, int state) |
void | init_ruby (struct module *module) |
Variables | |
VALUE | erb_module |
#define RB_ERRINFO (ruby_errinfo) |
void alert_ruby_error | ( | struct session * | ses, |
const char * | msg ) |
void erb_report_error | ( | struct session * | ses, |
int | state ) |
void init_ruby | ( | struct module * | module | ) |
|
extern |