diff liboctave/cmd-edit.h @ 7758:8e14a01ffe9f

input.cc (Fre_read_readline_init_file): new function
author John W. Eaton <jwe@octave.org>
date Mon, 05 May 2008 03:21:52 -0400
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/liboctave/cmd-edit.h
+++ b/liboctave/cmd-edit.h
@@ -138,6 +138,8 @@
 
   static void read_init_file (const std::string& file = std::string ());
 
+  static void re_read_init_file (void);
+
   static bool filename_completion_desired (bool);
 
   static bool filename_quoting_desired (bool);
@@ -270,6 +272,8 @@
 
   virtual void do_read_init_file (const std::string&) { }
 
+  virtual void do_re_read_init_file (void) { }
+
   virtual bool do_filename_completion_desired (bool) { return false; }
 
   virtual bool do_filename_quoting_desired (bool) { return false; }