Updated Spanish translation
[anjuta-git-plugin.git] / tagmanager / main.h
blob801b128ff028d16a6c6fb6f22b92ae4186f012fc
1 /*
2 * $Id$
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
11 #ifndef _MAIN_H
12 #define _MAIN_H
15 * INCLUDE FILES
17 #include "general.h" /* must always come first */
19 #include <stdio.h>
21 #include "vstring.h"
24 * FUNCTION PROTOTYPES
26 extern void addTotals (const unsigned int files, const long unsigned int lines, const long unsigned int bytes);
27 extern boolean isDestinationStdout (void);
29 #endif /* _MAIN_H */
31 /* vi:set tabstop=4 shiftwidth=4: */