]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg_afh_common.h
paraslash 0.7.3
[paraslash.git] / ogg_afh_common.h
index 8f3494a6689b2966e5d9e8e03c8c20276c35515e..03bf88b5794b0374fba493a79e502e4a89a686ca 100644 (file)
@@ -1,15 +1,11 @@
-/*
- * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  * \file ogg_afh_common.h Structures and prototypes common to audio format
  * 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);