diff src/oct-hist.h @ 1799:1881b2a7d1e2

[project @ 1996-01-29 05:10:48 by jwe]
author jwe
date Mon, 29 Jan 1996 05:10:48 +0000
parents 3a9462b655f1
children e62277bf5fe0
line wrap: on
line diff
--- a/src/oct-hist.h	Mon Jan 29 05:06:13 1996 +0000
+++ b/src/oct-hist.h	Mon Jan 29 05:10:48 1996 +0000
@@ -26,12 +26,13 @@
 
 #include <string>
 
+#include "cmd-hist.h"
+
 extern int default_history_size (void);
 extern string default_history_file (void);
-extern void initialize_history (void);
-extern void clean_up_history (void);
-extern void maybe_save_history (const string& s);
-extern int current_history_number (void);
+
+// Guess what?
+extern command_history octave_command_history;
 
 // Nonzero means input is coming from temporary history file.
 extern int input_from_tmp_history_file;