diff options
Diffstat (limited to 'lib/libedit/chared.h')
-rw-r--r-- | lib/libedit/chared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h index 22d07f0..f979b93 100644 --- a/lib/libedit/chared.h +++ b/lib/libedit/chared.h @@ -138,6 +138,7 @@ protected int cv__isword __P((int)); protected void cv_delfini __P((EditLine *)); protected char *cv__endword __P((char *, char *, int)); protected int ce__isword __P((int)); +protected int c___isword __P((int)); protected void cv_undo __P((EditLine *, int, int, char *)); protected char *cv_next_word __P((EditLine*, char *, char *, int, int (*)(int))); |