aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_ulmap.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-12-14 15:14:40 +0000
committerJörg Mayer <jmayer@loplof.de>2007-12-14 15:14:40 +0000
commit0c797861ba5c6ed26d54538a4caa43c8b0385f20 (patch)
treeab268b9acd0301ac66d03ad9ea51a4dddd29f537 /plugins/wimax/msg_ulmap.c
parent6869154121e004146946cd12a9e89760e13a041c (diff)
Warning fixes: function declaration isn’t a prototype
svn path=/trunk/; revision=23862
Diffstat (limited to 'plugins/wimax/msg_ulmap.c')
-rw-r--r--plugins/wimax/msg_ulmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_ulmap.c b/plugins/wimax/msg_ulmap.c
index 53700bce5b..b6f507ada5 100644
--- a/plugins/wimax/msg_ulmap.c
+++ b/plugins/wimax/msg_ulmap.c
@@ -616,7 +616,7 @@ static hf_register_info hf[] =
};
/* This gets called each time a capture file is loaded. */
-void init_wimax_globals()
+void init_wimax_globals(void)
{
cqich_id_size = 0;
harq = 0;