diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-20 01:17:12 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-20 01:17:12 +0000 |
| commit | 90cc1fbc53153f0c7175c41720a40fd543a55bca (patch) | |
| tree | c1a3c3003f587a7102b9193101fdebcfc7d36c47 /include/histedit.h | |
| parent | 4033a962bf71343a83c94066453d69af1b7e4f10 (diff) | |
Notes
Diffstat (limited to 'include/histedit.h')
| -rw-r--r-- | include/histedit.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/histedit.h b/include/histedit.h index 2050e413cdfd0..6164103758ac9 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. |
