summaryrefslogtreecommitdiff
path: root/source/prompt.h
diff options
context:
space:
mode:
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 );