summaryrefslogtreecommitdiff
path: root/asn1/tcap/packet-tcap-template.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 /asn1/tcap/packet-tcap-template.h
parentb958accede1a3aefa0d43dae2b6c52ce98f84bf6 (diff)
downloadwireshark-5f334f7f7b452c3a9896334e7fdfbe601ef0dae7.tar.gz
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 'asn1/tcap/packet-tcap-template.h')
-rw-r--r--asn1/tcap/packet-tcap-template.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/asn1/tcap/packet-tcap-template.h b/asn1/tcap/packet-tcap-template.h
index 5adee776ba..491392af7d 100644
--- a/asn1/tcap/packet-tcap-template.h
+++ b/asn1/tcap/packet-tcap-template.h
@@ -58,10 +58,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 */