aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_CHOICE.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-07-24 09:03:44 +0000
committerLev Walkin <vlm@lionet.info>2005-07-24 09:03:44 +0000
commit21b41ac140874eeef8f4282deb44572858a01e9a (patch)
tree9d4f071f0168e2c3adfc2067fc87f3859bfaf5a8 /skeletons/constr_CHOICE.h
parent72a0f5a1faa1a5b613f1f979ebd1a89eb744afff (diff)
extern "C" used in skeletons
Diffstat (limited to 'skeletons/constr_CHOICE.h')
-rw-r--r--skeletons/constr_CHOICE.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/skeletons/constr_CHOICE.h b/skeletons/constr_CHOICE.h
index ea32467c..859c5329 100644
--- a/skeletons/constr_CHOICE.h
+++ b/skeletons/constr_CHOICE.h
@@ -7,6 +7,10 @@
#include <asn_application.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef struct asn_CHOICE_specifics_s {
/*
* Target structure description.
@@ -40,4 +44,8 @@ xer_type_decoder_f CHOICE_decode_xer;
xer_type_encoder_f CHOICE_encode_xer;
asn_outmost_tag_f CHOICE_outmost_tag;
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _CONSTR_CHOICE_H_ */