aboutsummaryrefslogtreecommitdiffstats
path: root/packet-range.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-14 23:25:20 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-14 23:25:20 +0000
commit956eee946f98b789013dc0db1ee03df74f261812 (patch)
tree9706d98be7b749c737ba52d459d53f61327b3764 /packet-range.c
parent9e7dbe202b1efb643421a9c7c0d245ac8ec46d7b (diff)
Some 'no previous declararion' warning fixes
svn path=/trunk/; revision=15355
Diffstat (limited to 'packet-range.c')
-rw-r--r--packet-range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet-range.c b/packet-range.c
index b39c6fce8f..4c53c92f9f 100644
--- a/packet-range.c
+++ b/packet-range.c
@@ -41,7 +41,7 @@
#include "packet-range.h"
/* (re-)calculate the packet counts (except the user specified range) */
-void packet_range_calc(packet_range_t *range) {
+static void packet_range_calc(packet_range_t *range) {
guint32 current_count;
guint32 mark_low;
guint32 mark_high;