aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-01-04 13:39:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-01-04 13:39:24 +0000
commit73fee653de767e0f8ae9637b54ac8d56c7fbb720 (patch)
treef6e6b8deef523ba25debb540e37bfdac5d52285d /epan/dissectors/packet-ber.h
parentbf7150a83479e12f9cd2753542d06b1f9e53d69f (diff)
Get rid of ber_last_created_item(). (Final?)
svn path=/trunk/; revision=24010
Diffstat (limited to 'epan/dissectors/packet-ber.h')
-rw-r--r--epan/dissectors/packet-ber.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ber.h b/epan/dissectors/packet-ber.h
index 2f782c832c..3e78cd387d 100644
--- a/epan/dissectors/packet-ber.h
+++ b/epan/dissectors/packet-ber.h
@@ -214,10 +214,6 @@ typedef struct _asn_namedbit {
extern int dissect_ber_bitstring(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree *parent_tree, tvbuff_t *tvb, int offset, const asn_namedbit *named_bits, gint hf_id, gint ett_id, tvbuff_t **out_tvb);
extern int dissect_ber_bitstring32(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree *parent_tree, tvbuff_t *tvb, int offset, int **bit_fields, gint hf_id, gint ett_id, tvbuff_t **out_tvb);
-
-extern proto_item *ber_last_created_item;
-extern proto_item *get_ber_last_created_item(void);
-
int call_ber_oid_callback(const char *oid, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
void register_ber_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto, const char *name);
void register_ber_oid_dissector(const char *oid, dissector_t dissector, int proto, const char *name);