[project @ 2005-06-28 10:08:45 by unknown_lamer]
[clinton/bobotpp.git] / source / Interp.H
index 9cdea09..2708d97 100644 (file)
@@ -38,7 +38,8 @@ struct wrapper_data {
   SCM args;
 };
 
-SCM scm_apply_wrapper(void *);
+SCM lazy_apply_wrapper(void *);
+SCM empty_handler(void *, SCM, SCM);
 
 class Interp {
 public: