[pkg-mad-maintainers] Bug#436239: Bug#436239: libid3tag0-dev: header file "/usr/include/id3tag.h" does not contain definition for struct id3_file altough it references it

Sam Clegg sam at superduper.net
Mon Aug 6 15:07:51 UTC 2007


On Mon, 2007-08-06 at 15:07 +0200, Folkert van Heusden wrote:
> Package: libid3tag0-dev
> Version: 0.15.1b-10
> Severity: normal
> 
> 
> See subject
> libid3tag0-dev: header file "/usr/include/id3tag.h" does not contain definition for struct id3_file altough it references it
> 
> folkert at belle:~/Personal/src/acpitail$ grep id3_file /usr/include/id3tag.h | grep -v "^enum id3_file_mode"
> struct id3_file *id3_file_open(char const *, enum id3_file_mode);
> struct id3_file *id3_file_fdopen(int, enum id3_file_mode);
> int id3_file_close(struct id3_file *);
> struct id3_tag *id3_file_tag(struct id3_file const *);
> int id3_file_update(struct id3_file *);
> 
> as you can see some functions require this structure but it is not defined anywhere

Looks to me like this is an opaque data type.   Its only ever referenced
as a pointer type so the user of the API never needs to know what the
layout of the type really is.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.alioth.debian.org/pipermail/pkg-mad-maintainers/attachments/20070806/a3c026d9/attachment.pgp 


More information about the pkg-mad-maintainers mailing list