1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-10-27 05:10:16 -04:00

Fix: Move typedef to where it is needed

This commit is contained in:
Philipp Schafft 2019-03-30 09:28:54 +00:00
parent 630535d809
commit c211c33d57
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,8 @@ extern "C" {
* This header must be included before "types.h" and "ro.h" if used.
*/
typedef struct igloo_ro_type_tag igloo_ro_type_t;
#define igloo_RO_TYPE(type) type * subtype__ ## type;
#define igloo_RO__CONTROL_VERSION 1

View File

@ -43,7 +43,6 @@ typedef struct igloo_reportxml_database_tag igloo_reportxml_database_t;
* This header includes forward declarations for several basic types.
*/
typedef struct igloo_ro_type_tag igloo_ro_type_t;
typedef struct igloo_ro_base_tag igloo_ro_base_t;
igloo_RO_FORWARD_TYPE(igloo_ro_base_t);