Mercurial > hg > octave-lyh
diff liboctave/cmd-edit.h @ 3215:bc3fdfe311a3
[project @ 1998-11-10 14:06:21 by jwe]
author | jwe |
---|---|
date | Tue, 10 Nov 1998 14:12:07 +0000 |
parents | bef7b73c0724 |
children | 30770ba4457a |
line wrap: on
line diff
--- a/liboctave/cmd-edit.h +++ b/liboctave/cmd-edit.h @@ -85,6 +85,10 @@ static void restore_startup_hook (void); + static void set_event_hook (fcn f); + + static void restore_event_hook (void); + static void read_init_file (const string& file = string ()); static int current_command_number (void); @@ -158,6 +162,10 @@ virtual void do_restore_startup_hook (void) { } + virtual void do_set_event_hook (fcn) { } + + virtual void do_restore_event_hook (void) { } + virtual void do_read_init_file (const string&) { } int read_octal (const string& s);