repo.or.cz
/
texed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Begin re-write of basic display functions in scheme
[texed.git]
/
guile_wrap.h
blob
2ac12741d0d92e8c650e1495091be2684a4f2b92
1
2
#ifndef GUILE_WRAP_H
3
#define GUILE_WRAP_H
4
5
#include <libguile.h>
6
7
SCM
buffer_init_wrap
();
8
9
SCM
buffer_print_wrap
(
SCM buffer_obj
);
10
11
void
register_functions
();
12
13
#endif