We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0421aaf commit e19bf7eCopy full SHA for e19bf7e
src/interrogatedb/interrogate_request.h
@@ -44,12 +44,12 @@ EXPCL_INTERROGATEDB void interrogate_request_database(const char *database_filen
44
45
/* The more sophisticated interface uses these structures. */
46
47
-typedef struct {
+typedef struct InterrogateUniqueNameDef {
48
const char *name;
49
int index_offset;
50
} InterrogateUniqueNameDef;
51
52
+typedef struct InterrogateModuleDef {
53
int file_identifier;
54
55
const char *library_name;
0 commit comments