summaryrefslogtreecommitdiff
path: root/readline/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'readline/history.h')
-rw-r--r--readline/history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/history.h b/readline/history.h
index 9ae2ee01a7c..88bf471bb62 100644
--- a/readline/history.h
+++ b/readline/history.h
@@ -116,7 +116,7 @@ extern HIST_ENTRY **history_list __P((void));
/* Returns the number which says what history element we are now
looking at. */
extern int where_history __P((void));
-
+
/* Return the history entry at the current position, as determined by
history_offset. If there is no entry there, return a NULL pointer. */
HIST_ENTRY *current_history __P((void));