From d522f6eb0324008023fed0be4d046f3fc51b0356 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 17 Feb 2002 19:42:41 +0000 Subject: Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) --- lib/libedit/chared.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lib/libedit/chared.h') diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h index 91cdf7f253e..56711d105c2 100644 --- a/lib/libedit/chared.h +++ b/lib/libedit/chared.h @@ -1,4 +1,4 @@ -/* $OpenBSD: chared.h,v 1.4 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: chared.h,v 1.5 2002/02/17 19:42:25 millert Exp $ */ /* $NetBSD: chared.h,v 1.2 1997/01/11 06:47:49 lukem Exp $ */ /*- @@ -142,12 +142,10 @@ protected void cv_delfini(EditLine *); protected char *cv__endword(char *, char *, int); protected int ce__isword(int); protected void cv_undo(EditLine *, int, int, char *); -protected char *cv_next_word __P((EditLine*, char *, char *, int, - int (*)(int))); -protected char *cv_prev_word __P((EditLine*, char *, char *, int, - int (*)(int))); -protected char *c__next_word __P((char *, char *, int, int (*)(int))); -protected char *c__prev_word __P((char *, char *, int, int (*)(int))); +protected char *cv_next_word(EditLine*, char *, char *, int, int (*)(int)); +protected char *cv_prev_word(EditLine*, char *, char *, int, int (*)(int)); +protected char *c__next_word(char *, char *, int, int (*)(int)); +protected char *c__prev_word(char *, char *, int, int (*)(int)); protected void c_insert(EditLine *, int); protected void c_delbefore(EditLine *, int); protected void c_delafter(EditLine *, int); -- cgit v1.2.3