libmp3splt
src/freedb_utils.c File Reference
#include <string.h>
#include "splt.h"
Include dependency graph for freedb_utils.c:

Go to the source code of this file.

Functions

int splt_fu_freedb_append_result (splt_state *state, const char *album_name, int revision)
void splt_fu_freedb_found_cds_next (splt_state *state)
void splt_fu_freedb_free_search (splt_state *state)
const char * splt_fu_freedb_get_disc_category (splt_state *state, int index)
const char * splt_fu_freedb_get_disc_id (splt_state *state, int index)
int splt_fu_freedb_get_found_cds (splt_state *state)
int splt_fu_freedb_init_search (splt_state *state)
void splt_fu_freedb_set_disc (splt_state *state, int index, const char *discid, const char *category, int category_size)
void splt_fu_set_default_values (splt_state *state)

Detailed Description

Utilities used by the functions in freedb.c.

Definition in file freedb_utils.c.