Mercurial > hg > octave-nkf
diff liboctave/cmd-hist.h @ 4802:b3f20980be32
[project @ 2004-02-25 05:14:19 by jwe]
author | jwe |
---|---|
date | Wed, 25 Feb 2004 05:14:19 +0000 |
parents | bd422cf62f0c |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/liboctave/cmd-hist.h +++ b/liboctave/cmd-hist.h @@ -77,7 +77,7 @@ // Gag. This declaration has to match the Function typedef in // readline.h. - static void goto_mark (void); + static int goto_mark (void); static void read (bool = true); @@ -157,7 +157,7 @@ virtual void do_set_mark (int); - virtual void do_goto_mark (void); + virtual int do_goto_mark (void); virtual void do_read (const std::string&, bool);