diff options
Diffstat (limited to 'lib/libedit/el.h')
-rw-r--r-- | lib/libedit/el.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libedit/el.h b/lib/libedit/el.h index a608e20..9514a70 100644 --- a/lib/libedit/el.h +++ b/lib/libedit/el.h @@ -125,6 +125,8 @@ struct editline { el_history_t el_history; /* History stuff */ el_search_t el_search; /* Search stuff */ el_signal_t el_signal; /* Signal handling stuff */ + + void *data; /* user data */ }; #endif /* _h_el */ |