summaryrefslogtreecommitdiff
path: root/re.h
diff options
context:
space:
mode:
Diffstat (limited to 're.h')
-rw-r--r--re.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/re.h b/re.h
index 47c5f424ad..0e43f922df 100644
--- a/re.h
+++ b/re.h
@@ -33,6 +33,7 @@ int rb_reg_search _((VALUE, VALUE, int, int));
VALUE rb_reg_regsub _((VALUE, VALUE, struct re_registers *));
int rb_reg_adjust_startpos _((VALUE, VALUE, int, int));
void rb_match_busy _((VALUE));
+VALUE rb_reg_quote _((VALUE));
EXTERN int ruby_ignorecase;