summaryrefslogtreecommitdiff
path: root/source/prompt.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-12-13 20:09:16 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-12-13 20:09:16 +0000
commitf411c9dd287c2bc6a874605ef4bd550441b36649 (patch)
tree6d8429af176c21511804490fa547e5f4686ac950 /source/prompt.h
parent3c8fe101265730beee3f42fa142191b7de4375a2 (diff)
Removed `con_histfile' variable in favor of `con_history'.
Write console history to `.conhistory' by default. Updated revision to 167.
Diffstat (limited to 'source/prompt.h')
-rw-r--r--source/prompt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/prompt.h b/source/prompt.h
index 886a52a..8bc00bd 100644
--- a/source/prompt.h
+++ b/source/prompt.h
@@ -48,5 +48,5 @@ char *Prompt_Action( commandPrompt_t *prompt );
void Prompt_HistoryUp( commandPrompt_t *prompt );
void Prompt_HistoryDown( commandPrompt_t *prompt );
void Prompt_Clear( commandPrompt_t *prompt );
-void Prompt_SaveHistory( commandPrompt_t *prompt, const char *filename );
+void Prompt_SaveHistory( commandPrompt_t *prompt, const char *filename, int lines );
void Prompt_LoadHistory( commandPrompt_t *prompt, const char *filename );