aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>1999-08-20 01:17:12 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>1999-08-20 01:17:12 +0000
commit90cc1fbc53153f0c7175c41720a40fd543a55bca (patch)
treec1a3c3003f587a7102b9193101fdebcfc7d36c47 /include
parent4033a962bf71343a83c94066453d69af1b7e4f10 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/histedit.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/histedit.h b/include/histedit.h
index 2050e413cdfd..6164103758ac 100644
--- a/include/histedit.h
+++ b/include/histedit.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: histedit.h,v 1.3 1997/06/25 09:47:31 msmith Exp $ */
/* $NetBSD: histedit.h,v 1.5 1997/04/11 17:52:45 christos Exp $ */
/*-
@@ -131,6 +131,9 @@ int el_source __P((EditLine *, const char *));
*/
void el_resize __P((EditLine *));
+void el_data_set __P((EditLine *, void *));
+void * el_data_get __P((EditLine *));
+
/*
* User-defined function interface.