1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

(scm_init_rw): Added prototype.

This commit is contained in:
Marius Vollmer 2001-05-20 00:33:26 +00:00
parent 5d98055804
commit 0a53fd6e35

View file

@ -48,6 +48,7 @@
extern SCM scm_read_string_x_partial (SCM str, SCM port_or_fdes, SCM start, extern SCM scm_read_string_x_partial (SCM str, SCM port_or_fdes, SCM start,
SCM end); SCM end);
SCM scm_init_rw_builtins (void);
void scm_init_rw (void); void scm_init_rw (void);
#endif #endif