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:
parent
630535d809
commit
c211c33d57
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user