aboutsummaryrefslogtreecommitdiffstats
path: root/constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'constant.h')
-rw-r--r--constant.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/constant.h b/constant.h
index 5c04b01f41..d347ea19f5 100644
--- a/constant.h
+++ b/constant.h
@@ -21,6 +21,8 @@ typedef struct rb_const_entry_struct {
VALUE value; /* should be mark */
} rb_const_entry_t;
+VALUE rb_mod_private_constant(int argc, VALUE *argv, VALUE obj);
+VALUE rb_mod_public_constant(int argc, VALUE *argv, VALUE obj);
void rb_free_const_table(st_table *tbl);
#endif /* CONSTANT_H */