Mercurial > hg > octave-lyh
diff liboctave/cmd-edit.h @ 3189:bef7b73c0724
[project @ 1998-10-16 18:05:26 by jwe]
author | jwe |
---|---|
date | Fri, 16 Oct 1998 18:05:31 +0000 |
parents | 9a54159563de |
children | bc3fdfe311a3 |
line wrap: on
line diff
--- a/liboctave/cmd-edit.h +++ b/liboctave/cmd-edit.h @@ -85,6 +85,8 @@ static void restore_startup_hook (void); + static void read_init_file (const string& file = string ()); + static int current_command_number (void); static void reset_current_command_number (int n); @@ -156,6 +158,8 @@ virtual void do_restore_startup_hook (void) { } + virtual void do_read_init_file (const string&) { } + int read_octal (const string& s); void error (int);