aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/pinfo_stats_tree.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-07-24 10:32:22 +0000
committerGuy Harris <guy@alum.mit.edu>2005-07-24 10:32:22 +0000
commite4f089af5857cab4f2983cf20915b6a5168ebf07 (patch)
tree72c531309effb12e977d9c66a736348f56bf20d7 /plugins/stats_tree/pinfo_stats_tree.h
parent699e51ccdd4e3dbae670ba0fa2e783d874b1a687 (diff)
Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", and
include it in "pinfo_stats_tree.c" (which defines it) and "stats_tree_plugin.c" (which refers to it). Make all the other routines defined in "pinfo_stats_tree.c" static, as they're not used outside "pinfo_stats_tree.c". Get rid of declaration of unused "register_http_stat_trees()". svn path=/trunk/; revision=15035
Diffstat (limited to 'plugins/stats_tree/pinfo_stats_tree.h')
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/stats_tree/pinfo_stats_tree.h b/plugins/stats_tree/pinfo_stats_tree.h
new file mode 100644
index 0000000000..33d81f03ec
--- /dev/null
+++ b/plugins/stats_tree/pinfo_stats_tree.h
@@ -0,0 +1,27 @@
+/* pinfo_stats_tree.h
+* Stats tree for ethernet frames
+*
+* (c) 2005, Luis E. G. Ontanon <luis.ontanon@gmail.com>
+*
+* $Id$
+*
+* Ethereal - Network traffic analyzer
+* By Gerald Combs <gerald@ethereal.com>
+* Copyright 1998 Gerald Combs
+*
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
+
+extern void register_pinfo_stat_trees(void);