Main Page | File List | File Members

cddb.h File Reference

#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.


Define Documentation

#define CDDB_H   1
 


Function Documentation

void libcddb_init void   ) 
 

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.

void libcddb_shutdown void   ) 
 

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.


Generated on Sat Jul 23 13:18:44 2005 for libcddb by doxygen 1.3.8