interrogatedb: Name interrogate_request structs
This allows them to be forward-declared
This commit is contained in:
parent
f5713d1240
commit
2ab3ea39c4
|
|
@ -44,12 +44,12 @@ EXPCL_INTERROGATEDB void interrogate_request_database(const char *database_filen
|
|||
|
||||
/* The more sophisticated interface uses these structures. */
|
||||
|
||||
typedef struct {
|
||||
typedef struct InterrogateUniqueNameDef {
|
||||
const char *name;
|
||||
int index_offset;
|
||||
} InterrogateUniqueNameDef;
|
||||
|
||||
typedef struct {
|
||||
typedef struct InterrogateModuleDef {
|
||||
int file_identifier;
|
||||
|
||||
const char *library_name;
|
||||
|
|
|
|||
Loading…
Reference in New Issue