Merge branch 'maint'
[paraslash.git] / ogg_afh_common.h
index 01f8d6c532fb93a37231286ed66da7cf09eb5530..59a5c486423e3e34f51dcdb3e541fe65efe15b60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2011 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2010-2014 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -24,7 +24,7 @@ struct ogg_afh_callback_info {
          * reached and no further ogg packets should be processed.
          */
        int (*packet_callback)(ogg_packet *packet, int packet_num,
-               struct afh_info *afhi, void *private_data);
+               int serial, struct afh_info *afhi, void *private_data);
        /** Vorbis/speex specific data. */
        void *private_data;
 };