interrogatedb: Name interrogate_request structs

This allows them to be forward-declared
This commit is contained in:
rdb 2025-09-03 23:36:43 +02:00
parent f5713d1240
commit 2ab3ea39c4
1 changed files with 2 additions and 2 deletions

View File

@ -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;