summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/ex/ex_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nvi/ex/ex_screen.c')
-rw-r--r--contrib/nvi/ex/ex_screen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/nvi/ex/ex_screen.c b/contrib/nvi/ex/ex_screen.c
index 9cb108f9..7bec2bc 100644
--- a/contrib/nvi/ex/ex_screen.c
+++ b/contrib/nvi/ex/ex_screen.c
@@ -30,7 +30,7 @@ static const char sccsid[] = "$Id: ex_screen.c,v 10.12 2001/06/25 15:19:19 skimo
* ex_bg -- :bg
* Hide the screen.
*
- * PUBLIC: int ex_bg __P((SCR *, EXCMD *));
+ * PUBLIC: int ex_bg(SCR *, EXCMD *);
*/
int
ex_bg(SCR *sp, EXCMD *cmdp)
@@ -42,7 +42,7 @@ ex_bg(SCR *sp, EXCMD *cmdp)
* ex_fg -- :fg [file]
* Show the screen.
*
- * PUBLIC: int ex_fg __P((SCR *, EXCMD *));
+ * PUBLIC: int ex_fg(SCR *, EXCMD *);
*/
int
ex_fg(SCR *sp, EXCMD *cmdp)
@@ -66,7 +66,7 @@ ex_fg(SCR *sp, EXCMD *cmdp)
* ex_resize -- :resize [+-]rows
* Change the screen size.
*
- * PUBLIC: int ex_resize __P((SCR *, EXCMD *));
+ * PUBLIC: int ex_resize(SCR *, EXCMD *);
*/
int
ex_resize(SCR *sp, EXCMD *cmdp)
@@ -95,7 +95,7 @@ ex_resize(SCR *sp, EXCMD *cmdp)
* ex_sdisplay --
* Display the list of screens.
*
- * PUBLIC: int ex_sdisplay __P((SCR *));
+ * PUBLIC: int ex_sdisplay(SCR *);
*/
int
ex_sdisplay(SCR *sp)
OpenPOWER on IntegriCloud