add 1994 copyright
[unix-history] / usr / src / bin / dd / extern.h
index 74a68d0..530ce54 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993, 1994
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego and Lance
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego and Lance
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)extern.h    5.4 (Berkeley) %G%
+ *     @(#)extern.h    8.3 (Berkeley) %G%
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
@@ -18,15 +18,14 @@ void block_close __P((void));
 void dd_out __P((int));
 void def __P((void));
 void def_close __P((void));
 void dd_out __P((int));
 void def __P((void));
 void def_close __P((void));
-void err __P((const char *, ...));
 void jcl __P((char **));
 void pos_in __P((void));
 void pos_out __P((void));
 void jcl __P((char **));
 void pos_in __P((void));
 void pos_out __P((void));
-void summary __P((int));
+void summary __P((void));
+void summaryx __P((int));
 void terminate __P((int));
 void unblock __P((void));
 void unblock_close __P((void));
 void terminate __P((int));
 void unblock __P((void));
 void unblock_close __P((void));
-void warn __P((const char *, ...));
 
 extern IO in, out;
 extern STAT st;
 
 extern IO in, out;
 extern STAT st;