document distributed with 4.3BSD
[unix-history] / usr / src / lib / libcurses / deleteln.c
index 9ece3d9..b217ca3 100644 (file)
@@ -1,10 +1,19 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)deleteln.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 # include      "curses.ext"
 
 /*
  *     This routine deletes a line from the screen.  It leaves
  * (_cury,_curx) unchanged.
  *
 # include      "curses.ext"
 
 /*
  *     This routine deletes a line from the screen.  It leaves
  * (_cury,_curx) unchanged.
  *
- * @(#)deleteln.c      1.5 (Berkeley) %G%
  */
 wdeleteln(win)
 reg WINDOW     *win;
  */
 wdeleteln(win)
 reg WINDOW     *win;