15 #include "interrogate_request.h" 16 #include "interrogateDatabase.h" 21 interrogate_request_database(
const char *database_filename) {
24 def->database_filename = strdup(database_filename);
void request_module(InterrogateModuleDef *def)
Requests that the interrogate data for the given module be made available.
static InterrogateDatabase * get_ptr()
Returns the global pointer to the one InterrogateDatabase.