aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-06-20 07:18:10 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-06-20 07:18:10 +0000
commit5f334f7f7b452c3a9896334e7fdfbe601ef0dae7 (patch)
tree8fc45176a3f19e3d1be9b0bb4375d5ea7ab3f777 /epan/dissectors/packet-tcap.h
parentb958accede1a3aefa0d43dae2b6c52ce98f84bf6 (diff)
move two functions that are not used by tcap and only used by gsm_a and gsm_ss into gsm_ss.
remove the include <epan.asn1.h> from tcap since it no longer needs that file. only 9 dissectors remain that use asn1.h svn path=/trunk/; revision=14710
Diffstat (limited to 'epan/dissectors/packet-tcap.h')
-rw-r--r--epan/dissectors/packet-tcap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-tcap.h b/epan/dissectors/packet-tcap.h
index 0c7c003c45..fb328fcabc 100644
--- a/epan/dissectors/packet-tcap.h
+++ b/epan/dissectors/packet-tcap.h
@@ -65,10 +65,4 @@ extern gint tcap_standard;
extern const value_string tcap_component_type_str[];
-extern int tcap_find_eoc(ASN1_SCK *asn1);
-
-extern gboolean tcap_check_tag(ASN1_SCK *asn1, guint tag);
-
-
-
#endif /* PACKET_INAP_H */