summaryrefslogtreecommitdiffstats
path: root/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h
index e945e94..4c8be7e 100644
--- a/src/index.h
+++ b/src/index.h
@@ -65,7 +65,7 @@ void writeGraphicalClassHierarchy(OutputList &ol);
int countClassHierarchy();
int countClassMembers();
int countFileMembers();
-int countFiles();
+void countFiles(int &htmlFiles,int &files);
int countGroups();
int countNamespaces();
int countAnnotatedClasses();