Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses Changed function to use ANSI style.



details:   https://anonhg.NetBSD.org/src/rev/8903770571ea
branches:  trunk
changeset: 484967:8903770571ea
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Apr 15 23:01:47 2000 +0000

description:
Changed function to use ANSI style.

diffstat:

 lib/libcurses/tscroll.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 9b074302582d -r 8903770571ea lib/libcurses/tscroll.c
--- a/lib/libcurses/tscroll.c   Sat Apr 15 23:01:15 2000 +0000
+++ b/lib/libcurses/tscroll.c   Sat Apr 15 23:01:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tscroll.c,v 1.6 2000/04/12 21:37:15 jdc Exp $  */
+/*     $NetBSD: tscroll.c,v 1.7 2000/04/15 23:01:47 jdc Exp $  */
 
 /*-
  * Copyright (c) 1992, 1993, 1994
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)tscroll.c  8.4 (Berkeley) 7/27/94";
 #else
-__RCSID("$NetBSD: tscroll.c,v 1.6 2000/04/12 21:37:15 jdc Exp $");
+__RCSID("$NetBSD: tscroll.c,v 1.7 2000/04/15 23:01:47 jdc Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -50,9 +50,7 @@
 #define        MAXRETURNSIZE   64
 
 char   *
-__tscroll(cap, n1, n2)
-       const char *cap;
-       int     n1, n2;
+__tscroll(const char *cap, int n1, int n2)
 {
        return (__parse_cap(cap, n1, n2));
 }



Home | Main Index | Thread Index | Old Index