summaryrefslogtreecommitdiffstats
path: root/include/histedit.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2010-06-13 17:04:42 +0000
committerjilles <jilles@FreeBSD.org>2010-06-13 17:04:42 +0000
commitca657bda4305aef04ee69064b99b13eb6ace3157 (patch)
tree1398b2f6d7ed4692109b8d8152941726f776f350 /include/histedit.h
parent72eba20f2c3d064ee0cc48d8ded11924960daf75 (diff)
downloadFreeBSD-src-ca657bda4305aef04ee69064b99b13eb6ace3157.zip
FreeBSD-src-ca657bda4305aef04ee69064b99b13eb6ace3157.tar.gz
libedit: Add basic filename completion code from NetBSD.
This will be used to provide filename completion in sh(1). Changes from the NetBSD code: * wide character support disabled, as in the rest of libedit * config.h and related portability stuff reduced/disabled, as in the rest of libedit Submitted by: Guy Yur Obtained from: NetBSD
Diffstat (limited to 'include/histedit.h')
-rw-r--r--include/histedit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/histedit.h b/include/histedit.h
index 0824a60..cb6e4d6 100644
--- a/include/histedit.h
+++ b/include/histedit.h
@@ -105,9 +105,7 @@ int el_parse(EditLine *, int, const char **);
*/
int el_set(EditLine *, int, ...);
int el_get(EditLine *, int, ...);
-#if 0
unsigned char _el_fn_complete(EditLine *, int);
-#endif
/*
* el_set/el_get parameters
OpenPOWER on IntegriCloud