X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/3315e8b31a4707ef2c5491d0c9a9c9a09816bcb2..HEAD:/src/pres_plain.h diff --git a/src/pres_plain.h b/src/pres_plain.h index ab83e06..2700593 100644 --- a/src/pres_plain.h +++ b/src/pres_plain.h @@ -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 * @@ -26,14 +26,6 @@ * 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