summaryrefslogtreecommitdiff
path: root/common/screen.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-10 13:26:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-10 13:26:05 +0000
commit5a709d61a37133c04bc540b7c531c49239e71145 (patch)
treec966d82948d199cb6fbe3ebf72b2838dcc15da99 /common/screen.c
parent1abe484249caf1c5e462ce3110c8db09c059c6e8 (diff)
Diffstat (limited to 'common/screen.c')
-rw-r--r--common/screen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/screen.c b/common/screen.c
index 9ff684509d940..ae6fb207567f4 100644
--- a/common/screen.c
+++ b/common/screen.c
@@ -32,7 +32,7 @@ static const char sccsid[] = "$Id: screen.c,v 10.25 2011/12/04 04:06:45 zy Exp $
* screen_init --
* Do the default initialization of an SCR structure.
*
- * PUBLIC: int screen_init __P((GS *, SCR *, SCR **));
+ * PUBLIC: int screen_init(GS *, SCR *, SCR **);
*/
int
screen_init(
@@ -129,7 +129,7 @@ err: screen_end(sp);
* Release a screen, no matter what had (and had not) been
* initialized.
*
- * PUBLIC: int screen_end __P((SCR *));
+ * PUBLIC: int screen_end(SCR *);
*/
int
screen_end(SCR *sp)
@@ -205,7 +205,7 @@ screen_end(SCR *sp)
* screen_next --
* Return the next screen in the queue.
*
- * PUBLIC: SCR *screen_next __P((SCR *));
+ * PUBLIC: SCR *screen_next(SCR *);
*/
SCR *
screen_next(SCR *sp)