diff options
Diffstat (limited to 'include')
-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 2050e41..6164103 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. |