From 2f995a06656a4a1504e1e0037450c56e313d846b Mon Sep 17 00:00:00 2001 From: mdodd Date: Sun, 16 Jun 2002 08:29:35 +0000 Subject: Restore local bits lost in recent merge from NetBSD. --- include/histedit.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/histedit.h') 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 *); -- cgit v1.1