summaryrefslogtreecommitdiff
path: root/lib/libedit/termcap.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
commitd522f6eb0324008023fed0be4d046f3fc51b0356 (patch)
tree9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /lib/libedit/termcap.h
parent1b433a7e5b43fe0dec72e100525e31299629c117 (diff)
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'lib/libedit/termcap.h')
-rw-r--r--lib/libedit/termcap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/termcap.h b/lib/libedit/termcap.h
index f7190a6d865..a590c2d0d9e 100644
--- a/lib/libedit/termcap.h
+++ b/lib/libedit/termcap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: termcap.h,v 1.4 2002/02/16 21:27:26 millert Exp $ */
+/* $OpenBSD: termcap.h,v 1.5 2002/02/17 19:42:25 millert Exp $ */
/* $NetBSD: termcap.h,v 1.2 1997/01/11 06:48:14 lukem Exp $ */
/*-
@@ -50,6 +50,6 @@ char *tgetstr(char *, char **);
int tgetflag(char *);
int tgetnum(char *);
char *tgoto(char *, int, int);
-char *tputs __P((char *, int, void (*)(int)));
+char *tputs(char *, int, void (*)(int));
#endif /* _h_termcap */