Merge branch 'master' of rocky@git.sv.gnu.org:/srv/git/libcdio

This commit is contained in:
R. Bernstein
2009-07-02 20:29:48 -04:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/* /*
$Id: cddb.c,v 1.8 2008/06/25 08:01:54 rocky Exp $ $Id: cddb.c,v 1.8 2008/06/25 08:01:54 rocky Exp $
Copyright (C) 2005, 2008 Rocky Bernstein <rocky@gnu.org> Copyright (C) 2005, 2008, 2009 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@@ -25,6 +25,8 @@
#include <cdio/audio.h> #include <cdio/audio.h>
#include "cddb.h" #include "cddb.h"
cddb_opts_t cddb_opts;
/*! /*!
Returns the sum of the decimal digits in a number. Eg. 1955 = 20 Returns the sum of the decimal digits in a number. Eg. 1955 = 20
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
$Id: cddb.h,v 1.6 2008/06/25 08:01:54 rocky Exp $ $Id: cddb.h,v 1.6 2008/06/25 08:01:54 rocky Exp $
Copyright (C) 2005, 2007, 2008 Rocky Bernstein <rocky@gnu.org> Copyright (C) 2005, 2007, 2008, 2009 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ typedef struct cddb_opts_s
char *cachedir; char *cachedir;
} cddb_opts_t; } cddb_opts_t;
cddb_opts_t cddb_opts; extern cddb_opts_t cddb_opts;
/*! /*!
Compute the CDDB disk ID for an Audio disk. This is a funny checksum Compute the CDDB disk ID for an Audio disk. This is a funny checksum