aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/packet-wmx.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/packet-wmx.c
parent6869154121e004146946cd12a9e89760e13a041c (diff)
Warning fixes: function declaration isn’t a prototype
svn path=/trunk/; revision=23862
Diffstat (limited to 'plugins/wimax/packet-wmx.c')
-rw-r--r--plugins/wimax/packet-wmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/packet-wmx.c b/plugins/wimax/packet-wmx.c
index ccb809ebef..1e756d9b6c 100644
--- a/plugins/wimax/packet-wmx.c
+++ b/plugins/wimax/packet-wmx.c
@@ -58,7 +58,7 @@ extern void proto_register_wimax_compact_ulmap_ie(void);
extern void wimax_defragment_init(void);
/* Global functions */
-void proto_register_wimax();
+void proto_register_wimax(void);
void proto_reg_wimax(void);
void proto_reg_handoff_wimax(void);
gboolean is_down_link(address *src_address);