summaryrefslogtreecommitdiffstats
path: root/perl/include/.svn/text-base/nastdxs.def.svn-base
blob: 70f6c7b13ad276ac1dd8ce02661403ac550775d3 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NASTDXS_DEF
#define NASTDXS_DEF

struct _nasth {
	nasth *s;
};

typedef struct _nasth *	NASTD__Hole;

#endif