aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-10 23:28:40 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-10 23:28:40 +0000
commit93b94a23cab7befbbdff84a33c0c995a1e587556 (patch)
tree8c5fd626393ddc1393c7b51cfb4a18636e4d3112 /epan/dissectors/packet-mtp3.c
parent09d718f723cba7c9c59807b1cb4d00ac31100e4d (diff)
Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h not req'd.
svn path=/trunk/; revision=34464
Diffstat (limited to 'epan/dissectors/packet-mtp3.c')
-rw-r--r--epan/dissectors/packet-mtp3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mtp3.c b/epan/dissectors/packet-mtp3.c
index f0a6fdef03..21a12bbda1 100644
--- a/epan/dissectors/packet-mtp3.c
+++ b/epan/dissectors/packet-mtp3.c
@@ -111,8 +111,8 @@ typedef enum {
JAPAN_PC_STRUCTURE_3_4_4_5 = 3
} JAPAN_PC_Structure_Type;
-gint itu_pc_structure = ITU_PC_STRUCTURE_NONE;
-gint japan_pc_structure = JAPAN_PC_STRUCTURE_NONE;
+static gint itu_pc_structure = ITU_PC_STRUCTURE_NONE;
+static gint japan_pc_structure = JAPAN_PC_STRUCTURE_NONE;
#include <packet-mtp3.h>
gint mtp3_standard = ITU_STANDARD;