1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-12-04 14:46:31 -05:00

Fix: Added missing prototype for igloo_ro_new__return_zero()

This commit is contained in:
Philipp Schafft 2018-11-01 08:37:28 +00:00
parent 2b6b718568
commit 0d8749c0c6

View File

@ -84,6 +84,7 @@ struct igloo_ro_base_tag {
/* Associated objects */
igloo_ro_t associated;
};
int igloo_ro_new__return_zero(igloo_ro_t self, const igloo_ro_type_t *type, va_list ap);
/* ---[ END PRIVATE ]--- */
#ifdef igloo_HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION