From 6ba98a9f9f48e13738d9736cba9c45b5e94f42f2 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 14 Apr 2008 21:52:55 -0400 Subject: Initial import --- perl/include/nastdxs.def | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 perl/include/nastdxs.def (limited to 'perl/include/nastdxs.def') 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 -- cgit v1.2.3