diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2010-06-15 21:34:57 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2010-06-15 21:34:57 +0000 |
| commit | 3d0f8bcd307dfefacba6d1ec6875b235d08ea16b (patch) | |
| tree | a84dac06f08aa076cd8d1ae683ae34e3228efa78 /include | |
| parent | 0dee704f01aa2190b429ee039c680391f8ffe061 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/histedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/histedit.h b/include/histedit.h index cb6e4d6428911..3f158dbb78207 100644 --- a/include/histedit.h +++ b/include/histedit.h @@ -106,6 +106,7 @@ int el_parse(EditLine *, int, const char **); int el_set(EditLine *, int, ...); int el_get(EditLine *, int, ...); unsigned char _el_fn_complete(EditLine *, int); +unsigned char _el_fn_sh_complete(EditLine *, int); /* * el_set/el_get parameters |
