Changeset 419 for libmpc/trunk/include


Ignore:
Timestamp:
11/12/08 20:15:48 (16 years ago)
Author:
r2d
Message:
  • changed version string to 1.28.0
  • added const to mpc_demux_chap return value
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/include/mpc/mpcdec.h

    r411 r419  
    141141 * @return the chapter information structure
    142142 */
    143 MPC_API mpc_chap_info * mpc_demux_chap(mpc_demux * d, int chap_nb);
     143MPC_API mpc_chap_info const * mpc_demux_chap(mpc_demux * d, int chap_nb);
    144144
    145145#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.