]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
release: 1.0.17
[lilypond.git] / lily / include / lily-guile.hh
index 845a2a1f87d4912c2a6d5c1976624291350901c8..1ea707038e2bb00c1e42cabce794287d8e1992c2 100644 (file)
 
 #include "config.hh"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #ifdef HAVE_LIBGUILE
 extern "C" { 
 #include <guile/gh.h> 
@@ -22,17 +18,4 @@ extern "C" {
 #else
 typedef long SCM;
 #endif
-
-SCM gh_append (SCM a, SCM b);
-SCM gh_eval (SCM a);
-SCM gh_func_o (char const* name);
-SCM gh_lambda_o ();
-SCM gh_list1 (SCM a);
-SCM gh_list2(SCM a, SCM b);
-SCM gh_quote ();
-
-#ifdef __cplusplus
-}
-#endif
-
 #endif // LILY_GUILE_HH