|
@@ -44,12 +44,12 @@ EXPCL_INTERROGATEDB void interrogate_request_database(const char *database_filen
|
|
|
|
|
|
|
|
/* The more sophisticated interface uses these structures. */
|
|
/* The more sophisticated interface uses these structures. */
|
|
|
|
|
|
|
|
-typedef struct {
|
|
|
|
|
|
|
+typedef struct InterrogateUniqueNameDef {
|
|
|
const char *name;
|
|
const char *name;
|
|
|
int index_offset;
|
|
int index_offset;
|
|
|
} InterrogateUniqueNameDef;
|
|
} InterrogateUniqueNameDef;
|
|
|
|
|
|
|
|
-typedef struct {
|
|
|
|
|
|
|
+typedef struct InterrogateModuleDef {
|
|
|
int file_identifier;
|
|
int file_identifier;
|
|
|
|
|
|
|
|
const char *library_name;
|
|
const char *library_name;
|