8 lines
121 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef PDOBJ_DEFINED
#define PDOBJ_DEFINED
struct dobj;
typedef struct dobj* PDOBJ;
#endif /* PDOBJ_DEFINED */