usage: Print metavariables in SHOUTY letters.
[sw-tools] / src / pres_plain.h
index ab83e06..2700593 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pres_plain.h,v 1.1 1999/06/02 16:53:35 mdw Exp $
+ * $Id: pres_plain.h,v 1.3 2004/04/08 01:52:19 mdw Exp $
  *
  * Plain output style for remote builds
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pres_plain.h,v $
- * Revision 1.1  1999/06/02 16:53:35  mdw
- * Initial revision
- *
- */
-
 #ifndef PRES_PLAIN_H
 #define PRES_PLAIN_H
 
@@ -51,7 +43,7 @@
 
 extern int plain_init(archcons */*a*/);
 extern void plain_output(archent */*e*/, const char */*p*/, size_t /*sz*/);
-extern void plain_close(archent */*e*/, int /*ok*/);
+extern void plain_close(archent */*e*/, int /*ok*/, const char */*summ*/);
 extern void plain_done(archcons */*a*/);
 
 #ifdef PRES_LINK