Browse Source

interrogatedb: Name interrogate_request structs

This allows them to be forward-declared
rdb 3 months ago
parent
commit
2ab3ea39c4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/src/interrogatedb/interrogate_request.h

+ 2 - 2
dtool/src/interrogatedb/interrogate_request.h

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