comparison src/oct-hist.h @ 5794:1138ced03f14

[project @ 2006-05-08 20:23:04 by jwe]
author jwe
date Mon, 08 May 2006 20:23:07 +0000
parents 4c8a2e4e0717
children 93c65f2a5668
comparison
equal deleted inserted replaced
5793:395382df0d8a 5794:1138ced03f14
26 26
27 #include <string> 27 #include <string>
28 28
29 #include "cmd-hist.h" 29 #include "cmd-hist.h"
30 30
31 extern void initialize_history (void);
32
31 // Write timestamp to history file. 33 // Write timestamp to history file.
32 extern void octave_history_write_timestamp (void); 34 extern void octave_history_write_timestamp (void);
33 35
34 // TRUE means input is coming from temporary history file. 36 // TRUE means input is coming from temporary history file.
35 extern bool input_from_tmp_history_file; 37 extern bool input_from_tmp_history_file;