aboutsummaryrefslogtreecommitdiff
path: root/include/histedit.h
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2002-06-16 08:29:35 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2002-06-16 08:29:35 +0000
commit2b13992856d37b1bece77900f255d1341e2f26a6 (patch)
tree9a6db83108560c5d3d0f97830ca2c0d45be7ff71 /include/histedit.h
parent46a23ac4ad841e9659ff811946ec87008fafab38 (diff)
downloadsrc-2b13992856d37b1bece77900f255d1341e2f26a6.tar.gz
src-2b13992856d37b1bece77900f255d1341e2f26a6.zip
Notes
Diffstat (limited to 'include/histedit.h')
-rw-r--r--include/histedit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/histedit.h b/include/histedit.h
index 925ccb557d88..6098207d6ef0 100644
--- a/include/histedit.h
+++ b/include/histedit.h
@@ -141,6 +141,12 @@ void el_resize(EditLine *);
/*
+ * Set user private data.
+ */
+void el_data_set __P((EditLine *, void *));
+void * el_data_get __P((EditLine *));
+
+/*
* User-defined function interface.
*/
const LineInfo *el_line(EditLine *);