From 2b13992856d37b1bece77900f255d1341e2f26a6 Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" 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') diff --git a/include/histedit.h b/include/histedit.h index 925ccb557d88..6098207d6ef0 100644 --- a/include/histedit.h +++ b/include/histedit.h @@ -140,6 +140,12 @@ int el_source(EditLine *, const char *); 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. */ -- cgit v1.3