Fix compiler issue with redefinition via typedef.

master
Julian M. Kunkel 2020-10-29 10:37:56 +00:00
parent dab62b57c8
commit 4898badf48
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@ typedef struct aiori_xfer_hint_t{
} aiori_xfer_hint_t;
/* this is a dummy structure to create some type safety */
typedef struct aiori_mod_opt_t{
struct aiori_mod_opt_t{
void * dummy;
} aiori_mod_opt_t;
};
typedef struct aiori_fd_t{
void * dummy;