aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acse.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-06-25 07:46:14 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-06-25 07:46:14 +0000
commitd0a7c6efcdbc450737245fe61f0ab8aa10a566a4 (patch)
tree334e76a63a0e6a7ecad54e235342e01e8a54f078 /epan/dissectors/packet-acse.h
parent447e5cb4343b48ac0e620a626ba332cebf8f4c14 (diff)
Make ACSE export the EXTERNAL construct since both CMIP and FTAM rely on it.
svn path=/trunk/; revision=14746
Diffstat (limited to 'epan/dissectors/packet-acse.h')
-rw-r--r--epan/dissectors/packet-acse.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/epan/dissectors/packet-acse.h b/epan/dissectors/packet-acse.h
index 0bbd9298d0..01b29ce85c 100644
--- a/epan/dissectors/packet-acse.h
+++ b/epan/dissectors/packet-acse.h
@@ -33,7 +33,13 @@
#ifndef PACKET_ACSE_H
#define PACKET_ACSE_H
-/*#include "packet-acse-exp.h"*/
+
+/*--- Included file: packet-acse-exp.h ---*/
+
+int dissect_acse_EXTERNAL(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+
+/*--- End of included file: packet-acse-exp.h ---*/
+
#endif /* PACKET_ACSE_H */