Com edges
[pspdecompiler.git] / nids.h
blobbed05e85ffc15b147827ab29c464da21c24eb188
1 #ifndef __NIDS_H
2 #define __NIDS_H
4 struct nidstable;
6 struct nidstable *nids_load (const char *xmlpath);
7 const char *nids_find (struct nidstable *nids, const char *library, unsigned int nid);
8 void nids_print (struct nidstable *nids);
9 void nids_free (struct nidstable *nids);
11 #endif /* __NIDS_H */