diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 23:54:04 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 23:54:04 +0000 |
| commit | 69160b1eb704d1931b536a65fcf50757ddbfc469 (patch) | |
| tree | 797ad825cd6005b210c12cc519012e2266372988 /lib/libedit | |
| parent | bf76ba7826cccd30f0d1dff0d5cfddfdab361679 (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/chared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h index 6717eaf4fe13c..9d6c4ade3a635 100644 --- a/lib/libedit/chared.h +++ b/lib/libedit/chared.h @@ -154,7 +154,7 @@ protected int c_hpos(EditLine *); protected int ch_init(EditLine *); protected void ch_reset(EditLine *); -protected int ch_enlargebufs __P((EditLine *, size_t)); +protected int ch_enlargebufs(EditLine *, size_t); protected void ch_end(EditLine *); #endif /* _h_el_chared */ |
