diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-06-27 16:10:40 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-06-27 16:10:40 +0000 |
| commit | 10d91426852cca57cde24ceac631a99b247c214f (patch) | |
| tree | 5603b822edfb9e2b3ba8cb674ed64b21a41ef644 /lib/libedit/chared.h | |
| parent | 431e760b940f014f770e94576b85d811293733ff (diff) | |
Notes
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 22d07f0392ee..f979b9344c30 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))); |
