Update to latest ctags main
[geany-mirror.git] / ctags / main / stats_p.h
blobb88b23d4a100d6093416f919827291952f2faabe
1 /*
2 * Copyright (c) 1996-2003, Darren Hiebert
4 * Author: Darren Hiebert <dhiebert@users.sourceforge.net>
5 * http://ctags.sourceforge.net
7 * This source code is released for free distribution under the terms of the
8 * GNU General Public License version 2 or (at your option) any later version.
9 * It is provided on an as-is basis and no responsibility is accepted for its
10 * failure to perform as expected.
13 #ifndef CTAGS_MAIN_STATS_PRIVATE_H
14 #define CTAGS_MAIN_STATS_PRIVATE_H
17 * INCLUDE FILES
19 #include "general.h" /* must always come first */
20 #include "options_p.h"
23 * FUNCTION PROTOTYPES
25 extern void addTotals (const unsigned int files, const long unsigned int lines, const long unsigned int bytes);
26 extern void printTotals (const clock_t *const timeStamps, bool append, sortType sorted);
28 #endif /* CTAGS_MAIN_STATS_PRIVATE_H */