diff options
Diffstat (limited to 'lib/libedit/chared.h')
-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 6717eaf..9d6c4ad 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 */ |