version 1.40 | | version 1.41 |
---|
| | |
/* | | /* |
* static char *rcsid_object_h = | | * static char *rcsid_object_h = |
* "$Id: object.h,v 1.40 2005/09/13 06:46:35 mwedel Exp $"; | | * "$Id: object.h,v 1.41 2005/09/25 09:47:22 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
typedef struct oblnk { /* Used to link together several objects */ | | typedef struct oblnk { /* Used to link together several objects */ |
object *ob; | | object *ob; |
struct oblnk *next; | | struct oblnk *next; |
int id; | | tag_t id; |
} objectlink; | | } objectlink; |
| | |
typedef struct oblinkpt { /* Used to link together several object links */ | | typedef struct oblinkpt { /* Used to link together several object links */ |