#include <cddb/version.h>#include <cddb/cddb_config.h>#include <cddb/cddb_error.h>#include <cddb/cddb_track.h>#include <cddb/cddb_disc.h>#include <cddb/cddb_site.h>#include <cddb/cddb_conn.h>#include <cddb/cddb_cmd.h>#include <cddb/cddb_log.h>Go to the source code of this file.
Defines | |
| #define | CDDB_H 1 |
Functions | |
| void | libcddb_init (void) |
| Initializes the library. | |
| void | libcddb_shutdown (void) |
| Frees up any global (cross connection) resources. | |
|
|
|
|
|
Initializes the library. This is used to setup any globally used variables. The first time you create a new CDDB connection structure the library will automatically initialize itself. So, there is no need to explicitly call this function. |
|
|
Frees up any global (cross connection) resources. You should call this function before terminating your program. Using any library calls after shutting down are bound to give problems. |
1.3.8