summaryrefslogtreecommitdiff
path: root/src/fe-common/core/command-history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/command-history.h')
-rw-r--r--src/fe-common/core/command-history.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/command-history.h b/src/fe-common/core/command-history.h
index 7b76246b..a572216b 100644
--- a/src/fe-common/core/command-history.h
+++ b/src/fe-common/core/command-history.h
@@ -28,6 +28,7 @@ const char *command_history_next(WINDOW_REC *window, const char *text);
void command_history_clear_pos(WINDOW_REC *window);
HISTORY_REC *command_history_create(const char *name);
+void command_history_clear(HISTORY_REC *history);
void command_history_destroy(HISTORY_REC *history);
void command_history_link(const char *name);
void command_history_unlink(const char *name);