aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-04 06:41:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-04 06:41:55 +0000
commit141674620ece2585071262d2404267a6472f1e9e (patch)
tree92410156f9bfeaea3fd66cb92d30d2f51c6f5375 /asn1/h245
parenta22b42d509f5e4236992561920b165e907f56647 (diff)
Fix a copy paste error.
svn path=/trunk/; revision=21674
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/packet-h245-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index 09ada0bb26..426ded262b 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -286,7 +286,7 @@ int proto_h245 = -1;
#include "packet-h245-ett.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 */