Index: attrib.h =================================================================== --- attrib.h (revision 4580) +++ attrib.h (revision 4581) @@ -57,6 +57,8 @@ /* Simplistic version of Remove. */ #define AttributeRemove(OBJ, name) AttributeRemoveFromList (&(OBJ->Attributes), name) +AttributeTypePtr CreateNewAttribute(AttributeListTypePtr list, const char *name, const char *value); + void FreeAttributeListMemory(AttributeListTypePtr list); #endif