~ubuntu-branches/ubuntu/trusty/idjc/trusty

« back to all changes in this revision

Viewing changes to c/mp3tagread.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 16:33:59 UTC
  • mfrom: (0.2.6)
  • Revision ID: package-import@ubuntu.com-20111203163359-dq5fy9i756jpoy29
Tags: 0.8.6-1
* New upstream release.
* debian/control:
  - Wrap and sort.
  - Build-depend on autopoint.
  - Drop autotools-dev, unnecessary.
* Drop the whole patch set, none of them is still needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
void mp3_tag_read(struct mp3taginfo *ti, FILE *fp);
76
76
void mp3_tag_cleanup(struct mp3taginfo *ti);
77
 
struct chapter *mp3_tag_chapter_scan(struct mp3taginfo *ti, int time_ms);
 
77
struct chapter *mp3_tag_chapter_scan(struct mp3taginfo *ti, unsigned time_ms);
78
78