summaryrefslogtreecommitdiffstats
path: root/perl/include/nastdxs.def
diff options
context:
space:
mode:
Diffstat (limited to 'perl/include/nastdxs.def')
-rw-r--r--perl/include/nastdxs.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/include/nastdxs.def b/perl/include/nastdxs.def
new file mode 100644
index 0000000..70f6c7b
--- /dev/null
+++ b/perl/include/nastdxs.def
@@ -0,0 +1,10 @@
+#ifndef NASTDXS_DEF
+#define NASTDXS_DEF
+
+struct _nasth {
+ nasth *s;
+};
+
+typedef struct _nasth * NASTD__Hole;
+
+#endif