X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ogg_afh_common.h;h=03bf88b5794b0374fba493a79e502e4a89a686ca;hb=914ee19c1fd21834fe5f81260daafe76a4475290;hp=e0cf2d40c3ffb825c9f19338aa792558cb1c8742;hpb=b67136cea57eda7551f2eeaf388e3de02a1b38b5;p=paraslash.git diff --git a/ogg_afh_common.h b/ogg_afh_common.h index e0cf2d40..03bf88b5 100644 --- a/ogg_afh_common.h +++ b/ogg_afh_common.h @@ -5,7 +5,7 @@ * handlers that use the ogg container format. */ -struct oac_custom_header *oac_custom_header_new(void); +__malloc struct oac_custom_header *oac_custom_header_new(void); void oac_custom_header_init(int serial, struct oac_custom_header *h); int oac_custom_header_append(ogg_packet *op, struct oac_custom_header *h); void oac_custom_header_flush(struct oac_custom_header *h);