aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/ber_decoder.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-07-24 09:03:44 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-07-24 09:03:44 +0000
commit3a4175855e87788b6edac82564440cbae1b6d763 (patch)
tree9d4f071f0168e2c3adfc2067fc87f3859bfaf5a8 /skeletons/ber_decoder.h
parent4cc4572eb5b4f7e4dd1244512595cc5a6f540921 (diff)
extern "C" used in skeletons
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@943 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'skeletons/ber_decoder.h')
-rw-r--r--skeletons/ber_decoder.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/skeletons/ber_decoder.h b/skeletons/ber_decoder.h
index af8d8e38..fc259843 100644
--- a/skeletons/ber_decoder.h
+++ b/skeletons/ber_decoder.h
@@ -7,6 +7,10 @@
#include <asn_application.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct asn_TYPE_descriptor_s; /* Forward declaration */
struct asn_codec_ctx_s; /* Forward declaration */
@@ -52,4 +56,8 @@ asn_dec_rval_t ber_check_tags(
int *opt_tlv_form /* optional tag form */
);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _BER_DECODER_H_ */