Index: src/file.c =================================================================== --- src/file.c (revision 861) +++ src/file.c (revision 862) @@ -1219,6 +1219,8 @@ entry->Type = type; + entry->Tags = tags; + return 0; } Index: src/global.h =================================================================== --- src/global.h (revision 861) +++ 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;