]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
patch::: 1.5.41.jcn2
[lilypond.git] / lily / include / lily-guile.hh
index d4ea1f81926547f10755d17bfbcf544b7593e021..a5d1b283aa89f628b2c4ed7dc9ffb55e0374227a 100644 (file)
@@ -219,10 +219,12 @@ typedef SCM (*Scheme_function_unknown) ();
 typedef SCM (*Scheme_function_0) ();
 typedef SCM (*Scheme_function_1) (SCM);
 typedef SCM (*Scheme_function_2) (SCM,SCM);     
+typedef SCM (*Scheme_function_3) (SCM,SCM, SCM);        
 #else
 typedef SCM (*Scheme_function_0) (...);
 typedef SCM (*Scheme_function_1) (...);
 typedef SCM (*Scheme_function_2) (...);
+typedef SCM (*Scheme_function_3) (...);
 #endif
 
 #define DECLARE_SCHEME_CALLBACK(NAME,ARGS) \