4 * Copyright (c) 1998-2002, Darren Hiebert
6 * This source code is released for free distribution under the terms of the
7 * GNU General Public License.
9 * External interface to main.c
17 #include "general.h" /* must always come first */
26 extern void addTotals (const unsigned int files
, const long unsigned int lines
, const long unsigned int bytes
);
27 extern boolean
isDestinationStdout (void);
31 /* vi:set tabstop=4 shiftwidth=4: */