1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

* readline.c: Doc fix.

(rl_cleanup_after_signal, rl_free_line_state): Make these static.
* readline.h (scm_filename_completion_function): Add prototype.
(scm_init_readline): Make this into a prototype.
This commit is contained in:
Jim Blandy 1998-10-03 08:00:39 +00:00
parent cff278a8c7
commit bf847dab9a

View file

@ -46,6 +46,7 @@
extern SCM scm_readline (SCM txt, SCM inp, SCM outp, SCM read_hook);
extern SCM scm_add_history (SCM txt);
extern void scm_init_readline ();
extern SCM scm_filename_completion_function (SCM text, SCM continuep);
extern void scm_init_readline (void);
#endif