aboutsummaryrefslogtreecommitdiffstats
path: root/internal/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/random.h')
-rw-r--r--internal/random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/random.h b/internal/random.h
index 231e2d5d7e..127b908e16 100644
--- a/internal/random.h
+++ b/internal/random.h
@@ -12,5 +12,6 @@
/* random.c */
int ruby_fill_random_bytes(void *, size_t, int);
+void rb_free_default_rand_key(void);
#endif /* INTERNAL_RANDOM_H */