__swflags is global.
authorElan Amir <elan@ucbvax.Berkeley.EDU>
Wed, 3 Feb 1993 06:45:11 +0000 (22:45 -0800)
committerElan Amir <elan@ucbvax.Berkeley.EDU>
Wed, 3 Feb 1993 06:45:11 +0000 (22:45 -0800)
SCCS-vsn: lib/libcurses/newwin.c 5.14

usr/src/lib/libcurses/newwin.c

index 014faec..06480e7 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)newwin.c   5.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)newwin.c   5.14 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
@@ -183,7 +183,7 @@ __makenew(nl, nc, by, bx, sub)
        return (win);
 }
 
        return (win);
 }
 
-static void
+void
 __swflags(win)
        register WINDOW *win;
 {
 __swflags(win)
        register WINDOW *win;
 {