diff options
| author | christos <christos@NetBSD.org> | 2002-02-03 23:37:53 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2002-02-03 23:37:53 +0000 |
| commit | daf8abfc473f05d0d8d40f8db0484b88efe5b3d3 (patch) | |
| tree | 7f23307ae602e3ab51423195a874103405d16b93 /lib/libedit | |
| parent | e09118a532c2bcdd6db0efee3a0dd822f0eda2b1 (diff) | |
Fixed an __P remnant
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/chared.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h index 2eb9ad32886..a3daf9d1705 100644 --- a/lib/libedit/chared.h +++ b/lib/libedit/chared.h @@ -1,4 +1,4 @@ -/* $NetBSD: chared.h,v 1.6 2001/01/10 07:45:41 jdolecek Exp $ */ +/* $NetBSD: chared.h,v 1.7 2002/02/03 23:37:53 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -153,7 +153,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 */ |
