aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-20 06:30:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-20 06:30:13 +0000
commit5fbfa6c351a5a3ca5934563647bac856192fd192 (patch)
tree965f6f4cd092d4079c2b5a1e4fe33fed4b6a8389 /epan/uat.c
parentf4ef031335dd8237edd111f1254239a19345eb3a (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54280
Diffstat (limited to 'epan/uat.c')
-rw-r--r--epan/uat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat.c b/epan/uat.c
index 64a888e141..4e32f24ea3 100644
--- a/epan/uat.c
+++ b/epan/uat.c
@@ -415,7 +415,7 @@ void uat_unload_all(void) {
}
}
-void uat_cleanup(void) {
+static void uat_cleanup(void) {
while( all_uats->len ) {
uat_destroy((uat_t*)all_uats->pdata);
}