diff liboctave/oct-rl-edit.h @ 3933:f9ea3dcf58ee

[project @ 2002-05-15 03:21:00 by jwe]
author jwe
date Wed, 15 May 2002 03:21:01 +0000
parents 3001e15555e9
children 62afb31c1f85
line wrap: on
line diff
--- a/liboctave/oct-rl-edit.h	Tue May 07 18:10:44 2002 +0000
+++ b/liboctave/oct-rl-edit.h	Wed May 15 03:21:01 2002 +0000
@@ -72,6 +72,10 @@
 
 extern void octave_rl_read_init_file (const char *);
 
+extern void octave_rl_set_basic_word_break_characters (const char *);
+
+extern void octave_rl_set_completer_word_break_characters (const char *);
+
 extern void octave_rl_set_basic_quote_characters (const char *);
 
 extern void octave_rl_set_completion_append_character (char);