summaryrefslogtreecommitdiff
path: root/libguile/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/threads.h')
-rw-r--r--libguile/threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/threads.h b/libguile/threads.h
index 0c23293b2..344d305a3 100644
--- a/libguile/threads.h
+++ b/libguile/threads.h
@@ -73,6 +73,9 @@ SCM scm_threads_lock_mutex SCM_P ((SCM));
SCM scm_threads_unlock_mutex SCM_P ((SCM));
SCM scm_threads_monitor SCM_P ((void));
+SCM scm_spawn_thread (scm_catch_body_t body, void *body_data,
+ scm_catch_handler_t handler, void *handler_data);
+
#if 0
/* These don't work any more. */
#ifdef USE_MIT_PTHREADS