|
|
1.1 ! root 1: #include "quipu/util.h" ! 2: #include "quipu/attrvalue.h" ! 3: ! 4: Attr_Sequence as_comp_new (at,as,acl) ! 5: AttributeType at; ! 6: AV_Sequence as; ! 7: struct acl_info * acl; ! 8: { ! 9: Attr_Sequence ptr; ! 10: ptr = as_comp_alloc (); ! 11: bzero ((char *)ptr,sizeof(*ptr)); ! 12: ptr->attr_value = as; ! 13: ptr->attr_acl = acl; ! 14: if (at) ! 15: ptr->attr_type = at; ! 16: ptr->attr_link = NULLATTR; ! 17: return (ptr); ! 18: } ! 19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.