aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-27 16:11:08 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-27 16:11:08 +0000
commit597cfe86cbc795138ac8d1240bf518ea9020a844 (patch)
treefccce53aff93627a23d368d9bff764f43ff10904 /epan/dissectors/packet-mtp3.h
parent9a716b9fa008d786815c34648ecdabb62e34499e (diff)
fix a solaris buildbot compile error
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12844 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mtp3.h')
-rw-r--r--epan/dissectors/packet-mtp3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mtp3.h b/epan/dissectors/packet-mtp3.h
index cdc1f476d6..38aa9ba95f 100644
--- a/epan/dissectors/packet-mtp3.h
+++ b/epan/dissectors/packet-mtp3.h
@@ -27,7 +27,7 @@ typedef enum {
CHINESE_ITU_STANDARD = 3
} Standard_Type;
-extern Standard_Type mtp3_standard;
+extern gint mtp3_standard;
typedef enum {
MTP3_NET_ADDR_FMT_DEC = 1,