* ioext.h (scm_read_line): Add prototype.
authorJim Blandy <jimb@red-bean.com>
Sun, 6 Sep 1998 18:15:40 +0000 (18:15 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 6 Sep 1998 18:15:40 +0000 (18:15 +0000)
libguile/ioext.h

index 803dc32..1bd9dbd 100644 (file)
@@ -49,6 +49,7 @@
 \f
 
 extern SCM scm_read_delimited_x SCM_P ((SCM delims, SCM buf, SCM gobble, SCM port, SCM offset, SCM length));
+extern SCM scm_read_line (SCM port);
 extern SCM scm_write_line SCM_P ((SCM obj, SCM port));
 extern SCM scm_ftell SCM_P ((SCM object));
 extern SCM scm_fseek SCM_P ((SCM object, SCM offset, SCM whence));