diff liboctave/cmd-edit.h @ 11980:bfa0fc8559b5 release-3-2-x

avoid using readline at all when line editing suppressed or interpreter embedded
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 11 Jun 2009 07:13:19 +0200
parents eb63fbe60fab
children 3cee58bf4acf
line wrap: on
line diff
--- a/liboctave/cmd-edit.h
+++ b/liboctave/cmd-edit.h
@@ -150,6 +150,8 @@
 
   static void increment_current_command_number (void);
 
+  static void force_default_editor (void);
+
 private:
 
   // No copying!