summaryrefslogtreecommitdiff
path: root/histlib.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-01-20 16:03:56 -0500
committerChet Ramey <chet.ramey@case.edu>2022-01-20 16:03:56 -0500
commit21294bbcf2dde0eca5ab978fe4707eaa03000525 (patch)
tree377779bfe3f4566945545c4af74ea4d4080da15c /histlib.h
parent5263c0d88064fda96292335d12eec1733f91cdc9 (diff)
readline-8.2-alpha releasereadline-8.2-alpha
Diffstat (limited to 'histlib.h')
-rw-r--r--histlib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/histlib.h b/histlib.h
index 9627b24..adaf1e5 100644
--- a/histlib.h
+++ b/histlib.h
@@ -1,6 +1,6 @@
/* histlib.h -- internal definitions for the history library. */
-/* Copyright (C) 1989-2009 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2009,2021 Free Software Foundation, Inc.
This file contains the GNU History Library (History), a set of
routines for managing the text of previously typed lines.
@@ -80,6 +80,12 @@ extern char *strchr ();
/* internal extern function declarations used by other parts of the library */
/* histsearch.c */
-extern int _hs_history_patsearch PARAMS((const char *, int, int));
+extern int _hs_history_patsearch (const char *, int, int);
+
+/* history.c */
+extern void _hs_replace_history_data (int, histdata_t *, histdata_t *);
+
+/* histfile.c */
+extern void _hs_append_history_line (int, const char *);
#endif /* !_HISTLIB_H_ */