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:
parent
cff278a8c7
commit
bf847dab9a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue