aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-nwk.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-07 17:25:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-07 17:25:20 +0000
commit3dbebff4f2e47c2a40eacf383565f251b21cfcab (patch)
tree86e8a718555f2931ff574234103e4fb984987014 /epan/dissectors/packet-zbee-nwk.h
parent74394f2cf7ac48e39c7bc058b4db3217c89c36c8 (diff)
Fix
warning: redundant redeclaration of 'zbee_get_bit_field' warning: redundant redeclaration of 'zbee_aps_cid_names' svn path=/trunk/; revision=54624
Diffstat (limited to 'epan/dissectors/packet-zbee-nwk.h')
-rw-r--r--epan/dissectors/packet-zbee-nwk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-zbee-nwk.h b/epan/dissectors/packet-zbee-nwk.h
index b1f595f906..db08efd5d2 100644
--- a/epan/dissectors/packet-zbee-nwk.h
+++ b/epan/dissectors/packet-zbee-nwk.h
@@ -194,7 +194,4 @@ extern GHashTable *zbee_table_link_keyring;
#define ZBEE_NWK_BEACON_NETWORK_DEPTH 0x78
#define ZBEE_NWK_BEACON_END_DEVICE_CAPACITY 0x80
-/* Function declarations. */
-guint zbee_get_bit_field(guint input, guint mask);
-
#endif /* PACKET_ZBEE_NWK_H */