Skip to content

Commit e19bf7e

Browse files
committed
Make interrogate_request structs referenceable using struct tag
1 parent 0421aaf commit e19bf7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interrogatedb/interrogate_request.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ EXPCL_INTERROGATEDB void interrogate_request_database(const char *database_filen
4444

4545
/* The more sophisticated interface uses these structures. */
4646

47-
typedef struct {
47+
typedef struct InterrogateUniqueNameDef {
4848
const char *name;
4949
int index_offset;
5050
} InterrogateUniqueNameDef;
5151

52-
typedef struct {
52+
typedef struct InterrogateModuleDef {
5353
int file_identifier;
5454

5555
const char *library_name;

0 commit comments

Comments
 (0)