libcdio-sys 3.0.0+2.4.0p2.0.2

Native bindings to the libcdio (and libcdio-paranoia) library
Documentation
1
2
3
4
5
6
7
8
9
10
/*
 * `version.h` to be used in place of autoconf-generated `version.h.in`
 * for libcdio's Cargo builds
 */

#define CDIO_VERSION "2.4.0 cargo-build"
extern const char *cdio_version_string;

#define LIBCDIO_VERSION_NUM 20400
extern const unsigned int libcdio_version_num;