2 * Author: Humberto Naves (hsnaves@gmail.com)
18 struct nidstable
*nids_load (const char *xmlpath
);
19 struct nidinfo
*nids_find (struct nidstable
*nids
, const char *library
, unsigned int nid
);
20 void nids_print (struct nidstable
*nids
);
21 void nids_free (struct nidstable
*nids
);