summaryrefslogtreecommitdiff
path: root/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index 35c599788c..2af9d24e8d 100644
--- a/intern.h
+++ b/intern.h
@@ -124,6 +124,8 @@ VALUE class_new_instance _((int, VALUE*, VALUE));
VALUE f_lambda _((void));
void rb_set_end_proc _((void (*)(),VALUE));
void gc_mark_threads _((void));
+void thread_start_timer _((void));
+void thread_stop_timer _((void));
void thread_schedule _((void));
void thread_wait_fd _((int));
void thread_fd_writable _((int));