aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-11 16:24:29 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-11 16:24:29 +0000
commit6d1dae6f2839252882e115e643eac884a38326e1 (patch)
tree6e9013276fb96feb88381418bed8d9f2dd9d7a76 /epan/dissectors/packet-h245.c
parentb2f70634a7ef965fdd3fdd605e4effed5e6f4093 (diff)
Make all proto_* values static.
svn path=/trunk/; revision=30516
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 8033e56392..78c22a9cc2 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -500,7 +500,7 @@ static void h245_setup_channels(packet_info *pinfo, channel_info_t *upcoming_cha
}
/* Initialize the protocol and registered fields */
-int proto_h245 = -1;
+static int proto_h245 = -1;
/*--- Included file: packet-h245-hf.c ---*/
#line 1 "packet-h245-hf.c"