diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-17 09:49:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-17 09:04:20 -0700 |
commit | 67aec56f8c276cef9e1809404be2141d865bfe96 (patch) | |
tree | 24aea71a1adb90ad33003463e8259525cf5e8b77 /core/parse-xml.c | |
parent | 3d7b2a2d7cd9999c595020d23a94f972f1e8147d (diff) | |
download | subsurface-67aec56f8c276cef9e1809404be2141d865bfe96.tar.gz |
filter: make filter_preset_table an opaque struct for C code
filter_preset_table_t was defined as "void" for C code.
However, that meant that any pointer could be passed as
such a table and such a table could be passed as any pointer,
without generating compiler warnings.
Indeed, we had a parameter-mixup that went unnoticed.
Therefore, make filter_preset_t an anonymous structure with
the name filter_preset instead.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/parse-xml.c')
0 files changed, 0 insertions, 0 deletions