Begin re-write of basic display functions in scheme
[texed.git] / guile_wrap.h
blob2ac12741d0d92e8c650e1495091be2684a4f2b92
2 #ifndef GUILE_WRAP_H
3 #define GUILE_WRAP_H
5 #include <libguile.h>
7 SCM buffer_init_wrap ();
9 SCM buffer_print_wrap (SCM buffer_obj);
11 void register_functions ();
13 #endif