summaryrefslogtreecommitdiff
path: root/stats.h
diff options
context:
space:
mode:
authorYann DIRSON <ydirson@unx-4791.(none)>2006-04-11 10:58:28 +0200
committerYann DIRSON <ydirson@unx-4791.(none)>2006-04-11 10:58:28 +0200
commitfdf44680988ce53173262c8f6cb6b478a6ab04a9 (patch)
tree238ecd9c0dd480e4b0ac61ab30504f3c04611920 /stats.h
downloadcvsps-upstream.tar.gz
cvsps-2.1 tarball importupstream
Diffstat (limited to 'stats.h')
-rw-r--r--stats.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/stats.h b/stats.h
new file mode 100644
index 0000000..77ce5c0
--- /dev/null
+++ b/stats.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
+ * See COPYING file for license information
+ */
+
+#ifndef STATS_H
+#define STATS_H
+
+void print_statistics(void * ps_tree);
+
+#endif /* STATS_H */