summaryrefslogtreecommitdiffstats
path: root/include/histedit.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-06-16 08:29:35 +0000
committermdodd <mdodd@FreeBSD.org>2002-06-16 08:29:35 +0000
commit2f995a06656a4a1504e1e0037450c56e313d846b (patch)
tree9a6db83108560c5d3d0f97830ca2c0d45be7ff71 /include/histedit.h
parente8bb840a6d114723498e92ebffa91d89bb977928 (diff)
downloadFreeBSD-src-2f995a06656a4a1504e1e0037450c56e313d846b.zip
FreeBSD-src-2f995a06656a4a1504e1e0037450c56e313d846b.tar.gz
Restore local bits lost in recent merge from NetBSD.
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 925ccb5..6098207 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 *);
OpenPOWER on IntegriCloud