X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=mysql.c;h=61d9cfdf24f56f436292ff12b3cc7d453682e4ee;hb=ea9365796ffb4322631b0170ddf8594d00215f2c;hp=9760f0865ab9c7682fdf3afda8bc6e72d0a9b29b;hpb=c141cc6915a32fb92766dc27f0df222d13f27d8b;p=paraslash.git diff --git a/mysql.c b/mysql.c index 9760f086..61d9cfdf 100644 --- a/mysql.c +++ b/mysql.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -/** \file mysql.c para_server's mysql-based database tool */ +/** \file mysql.c para_server's mysql-based audio file selector */ /** \cond some internal constants */ #define MEDIUM_BLOB_SIZE 16777220 /* (2**24 + 4) */ @@ -2514,9 +2514,9 @@ static void shutdown_connection(void) * Check the command line options and initialize all function pointers of \a db. * Connect to the mysql server and initialize the dbinfo string. * - * \sa struct dbtool, misc_meta_data::dbinfo, random_dbtool.c + * \sa struct audio_file_selector, misc_meta_data::dbinfo, random_dbtool.c */ -int mysql_dbtool_init(struct dbtool *db) +int mysql_selector_init(struct audio_file_selector *db) { int ret;