Annotation of 43BSDReno/contrib/isode-beta/dsap/common/rdn_free.c, revision 1.1

1.1     ! root        1: #include "quipu/util.h"
        !             2: #include "quipu/name.h"
        !             3: 
        !             4: rdn_comp_free (rdn)
        !             5: RDN rdn;
        !             6: {
        !             7:        AttrV_free_aux (&rdn->rdn_av);
        !             8:        free ((char *) rdn);
        !             9: }
        !            10: 
        !            11: rdn_free (rdn)
        !            12: RDN rdn;
        !            13: {
        !            14: register RDN eptr;
        !            15: register RDN next;
        !            16: 
        !            17:        for (eptr=rdn; eptr!=NULLRDN; eptr=next) {
        !            18:                next = eptr->rdn_next;
        !            19:                rdn_comp_free (eptr);
        !            20:        }
        !            21: }
        !            22: 

unix.superglobalmegacorp.com

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