aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/TeletexString.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/TeletexString.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/TeletexString.h')
-rw-r--r--skeletons/TeletexString.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/skeletons/TeletexString.h b/skeletons/TeletexString.h
index a408d584..ffd0f52e 100644
--- a/skeletons/TeletexString.h
+++ b/skeletons/TeletexString.h
@@ -7,8 +7,16 @@
#include <OCTET_STRING.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef OCTET_STRING_t TeletexString_t; /* Implemented via OCTET STRING */
extern asn_TYPE_descriptor_t asn_DEF_TeletexString;
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _TeletexString_H_ */