|
|
1.1 root 1: #include "quipu/util.h"
2: #include "quipu/name.h"
3:
4: RDN rdn_comp_new (at,av)
5: AttributeType at;
6: AttributeValue av;
7: {
8: register RDN ptr;
9: ptr = rdn_comp_alloc ();
10: bzero ((char *)ptr, sizeof (*ptr));
11: ptr->rdn_at = at;
12: if (av)
13: AttrV_cpy_aux (av,&ptr->rdn_av);
14: ptr->rdn_next = NULLRDN;
15: return (ptr);
16: }
17:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.