aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-04 06:41:55 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-04 06:41:55 +0000
commit2fa2d55de0670651bf3bcb9f449312f5a4d073ff (patch)
tree92410156f9bfeaea3fd66cb92d30d2f51c6f5375 /epan/dissectors/packet-h245.c
parent7358ae3213895531abf2393744e8f68a700afa2a (diff)
Fix a copy paste error.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21674 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h245.c')
-rw-r--r--epan/dissectors/packet-h245.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c
index ab0293305d..e64e66d426 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -2186,7 +2186,7 @@ static gint ett_h245_MobileMultilinkReconfigurationIndication = -1;
#line 287 "packet-h245-template.c"
/* Forward declarations */
-dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+static int dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
static void reset_h245_pi(void *dummy _U_)
{
h245_pi = NULL; /* Make sure we don't leave ep_alloc()ated memory lying around */