summaryrefslogtreecommitdiff
path: root/libguile/async.h
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-10-03 23:00:58 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-10-03 23:00:58 +0000
commit61c95a4992409fbfd559dda293c2ffe37756a090 (patch)
tree8e903dfd25e35782cca176d7aedebc7732d8e727 /libguile/async.h
parenta6b54e30d3ea90f4e92859e3490fedd359198e74 (diff)
downloadguile-61c95a4992409fbfd559dda293c2ffe37756a090.tar.gz
(scm_system_async_mark_for_thread): New prototype.
Diffstat (limited to 'libguile/async.h')
-rw-r--r--libguile/async.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/async.h b/libguile/async.h
index e27cd2ccb..48cf15aee 100644
--- a/libguile/async.h
+++ b/libguile/async.h
@@ -3,7 +3,7 @@
#ifndef SCM_ASYNC_H
#define SCM_ASYNC_H
-/* Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -61,6 +61,7 @@ SCM_API SCM scm_async (SCM thunk);
SCM_API SCM scm_system_async (SCM thunk);
SCM_API SCM scm_async_mark (SCM a);
SCM_API SCM scm_system_async_mark (SCM a);
+SCM_API SCM scm_system_async_mark_for_thread (SCM a, SCM thread);
SCM_API void scm_system_async_mark_from_signal_handler (SCM a);
SCM_API SCM scm_run_asyncs (SCM list_of_a);
SCM_API SCM scm_noop (SCM args);