summaryrefslogtreecommitdiff
path: root/lib/libedit/termcap.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /lib/libedit/termcap.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'lib/libedit/termcap.h')
-rw-r--r--lib/libedit/termcap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libedit/termcap.h b/lib/libedit/termcap.h
index 507bdbf6796..f7190a6d865 100644
--- a/lib/libedit/termcap.h
+++ b/lib/libedit/termcap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: termcap.h,v 1.3 1997/03/14 05:13:06 millert Exp $ */
+/* $OpenBSD: termcap.h,v 1.4 2002/02/16 21:27:26 millert Exp $ */
/* $NetBSD: termcap.h,v 1.2 1997/01/11 06:48:14 lukem Exp $ */
/*-
@@ -45,11 +45,11 @@
#ifndef _h_termcap
#define _h_termcap
-int tgetent __P((char *, char *));
-char *tgetstr __P((char *, char **));
-int tgetflag __P((char *));
-int tgetnum __P((char *));
-char *tgoto __P((char *, int, int));
+int tgetent(char *, char *);
+char *tgetstr(char *, char **);
+int tgetflag(char *);
+int tgetnum(char *);
+char *tgoto(char *, int, int);
char *tputs __P((char *, int, void (*)(int)));
#endif /* _h_termcap */