30 extern void startDecompilerLibrary(
const char *sleighhome);
31 extern void startDecompilerLibrary(
const vector<string> &extrapaths);
32 extern void startDecompilerLibrary(
const char *sleighhome,
const vector<string> &extrapaths);
34 extern void shutdownDecompilerLibrary(
void);