|
|
1.1 root 1: #include "quipu/util.h"
2: #include "quipu/name.h"
3:
4: DN dn_comp_new (rdn)
5: RDN rdn;
6: {
7: DN ptr;
8: ptr = dn_comp_alloc ();
9: dn_comp_fill (ptr,rdn);
10: ptr->dn_parent = NULLDN;
11: return (ptr);
12: }
13:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.