diff options
Diffstat (limited to 'pcilib/model.h')
-rw-r--r-- | pcilib/model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcilib/model.h b/pcilib/model.h index b60ff3b..ab55adc 100644 --- a/pcilib/model.h +++ b/pcilib/model.h @@ -7,6 +7,7 @@ #include <pcilib/event.h> #include <pcilib/export.h> + typedef struct { const pcilib_version_t interface_version; @@ -23,7 +24,6 @@ typedef struct { const char *name; const char *description; - } pcilib_model_description_t; |