summaryrefslogtreecommitdiff
path: root/libguile/strports.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-10-29 03:06:26 +0000
committerJim Blandy <jimb@red-bean.com>1996-10-29 03:06:26 +0000
commitcd07a09755e2ce18ad9f156d60997c3ec6695460 (patch)
tree8df978e161088ff8dbfcb7e56e00b53266c64f02 /libguile/strports.h
parentd098b5d348147e7f1f1f65f5051bcf72d89f12e6 (diff)
downloadguile-cd07a09755e2ce18ad9f156d60997c3ec6695460.tar.gz
* strports.c (scm_eval_0str): New function.
#include "read.h", to get prototype for scm_read. * Makefile.in (strports.o): Update dependencies. * strports.h: New prototype.
Diffstat (limited to 'libguile/strports.h')
-rw-r--r--libguile/strports.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/strports.h b/libguile/strports.h
index 48e15e6d6..4e0598f57 100644
--- a/libguile/strports.h
+++ b/libguile/strports.h
@@ -54,6 +54,7 @@ extern SCM scm_mkstrport SCM_P ((SCM pos, SCM str, long modes, char * caller));
extern SCM scm_call_with_output_string SCM_P ((SCM proc));
extern SCM scm_strprint_obj SCM_P ((SCM obj));
extern SCM scm_call_with_input_string SCM_P ((SCM str, SCM proc));
+extern void scm_eval_0str SCM_P ((char *expr));
extern void scm_init_strports SCM_P ((void));
#endif /* STRPORTSH */