Index: trunk/src/file.c =================================================================== --- trunk/src/file.c (revision 861) +++ trunk/src/file.c (revision 862) @@ -1219,6 +1219,8 @@ entry->Type = type; + entry->Tags = tags; + return 0; } Index: trunk/src/global.h =================================================================== --- trunk/src/global.h (revision 861) +++ trunk/src/global.h (revision 862) @@ -455,6 +455,7 @@ *Value, /* the value field */ *Description; /* some descritional text */ pcb_fp_type_t Type; + void **Tags; /* an array of void * tag IDs; last tag ID is NULL */ } LibraryEntryType, *LibraryEntryTypePtr; //typedef LibraryEntryType *LibraryEntryTypePtr;