Annotation of 43BSDReno/contrib/isode-beta/dsap/common/rdn_new.c, revision 1.1.1.1

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: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.