aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-6lowpan.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-6lowpan.h')
-rw-r--r--epan/dissectors/packet-6lowpan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-6lowpan.h b/epan/dissectors/packet-6lowpan.h
index 35c96b4030..afae06f9b7 100644
--- a/epan/dissectors/packet-6lowpan.h
+++ b/epan/dissectors/packet-6lowpan.h
@@ -24,6 +24,6 @@
* discovery protocol, so the ICMPv6 dissector needs to call this routine.
*/
extern void lowpan_context_insert(guint8 cid, guint16 pan, guint8 plen,
- struct e_in6_addr *prefix, guint frame);
+ ws_in6_addr *prefix, guint frame);
#endif /* __PACKET_6LOWPAN_H__ */