Index: attrib.h =================================================================== --- attrib.h (revision 4506) +++ attrib.h (revision 4507) @@ -57,4 +57,6 @@ /* Simplistic version of Remove. */ #define AttributeRemove(OBJ, name) AttributeRemoveFromList (&(OBJ->Attributes), name) +void FreeAttributeListMemory(AttributeListTypePtr list); + #endif