summaryrefslogtreecommitdiff
path: root/include/ruby/re.h
diff options
context:
space:
mode:
-rw-r--r--include/ruby/re.h9
1 files changed, 9 insertions, 0 deletions
@@ -24,6 +24,10 @@ extern "C" {
#include "ruby/regex.h"
typedef struct re_pattern_buffer Regexp;
struct rmatch_offset {
@@ -55,6 +59,11 @@ VALUE rb_reg_regsub(VALUE, VALUE, struct re_registers *, VALUE);
long rb_reg_adjust_startpos(VALUE, VALUE, long, int);
void rb_match_busy(VALUE);
VALUE rb_reg_quote(VALUE);
#if defined(__cplusplus)
#if 0