Mercurial > hg > audiodb
comparison libtests/0002/prog1.c @ 381:9742ea0ac33d
API const correctness.
The char *path arguments to audiodb_open() and audiodb_create() should
be const; make it so.
Also arrange for the datasize, ntracks and datadim arguments to
audiodb_create() to be unsigned to match the fields in the internal
audioDB class. Technically this is an ABI change, but since nothing is
calling this function with anything other than zero arguments yet
(correct me if I'm wrong) no-one should notice. (If you notice, shout)
author | mas01cr |
---|---|
date | Fri, 21 Nov 2008 14:32:27 +0000 |
parents | 94c18f128ce8 |
children | e072aa1611f5 342822c2d49a |
comparison
equal
deleted
inserted
replaced
380:7d6dd067d12e | 381:9742ea0ac33d |
---|