1.1.13: will be tagged as "sbcl-1.1.13"
[sbcl.git] / src / runtime / dynbind.h
index af26340..41aa9eb 100644 (file)
@@ -9,15 +9,11 @@
  * files for more information.
  */
 
-/*
- * $Header$
- */
-
 #ifndef _DYNBIND_H_
 #define _DYNBIND_H_
 
-extern void bind_variable(lispobj symbol, lispobj value);
-extern void unbind(void);
-extern void unbind_to_here(lispobj *bsp);
+extern void bind_variable(lispobj symbol, lispobj value,void *thread);
+extern void unbind(void *thread);
+extern void unbind_to_here(lispobj *bsp,void *thread);
 
 #endif