X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=db.h;h=80c0de8936a5f2bab30183d49e9ccdbada26d127;hp=bd37d2b45984226dc890f06976924eaa48774702;hb=48a247f640255dec0ce0e0d0ce8742d6223a14c2;hpb=b2917b2a0a68f84da34e7435ad697d798a0260da diff --git a/db.h b/db.h index bd37d2b4..80c0de89 100644 --- a/db.h +++ b/db.h @@ -118,7 +118,7 @@ void (*post_select)(fd_set *rfds, fd_set *wfds); void *private_data; }; -int mysql_dbtool_init(struct audio_file_selector*); -int plm_dbtool_init(struct audio_file_selector*); -int random_dbtool_init(struct audio_file_selector*); +int mysql_selector_init(struct audio_file_selector*); +int plm_selector_init(struct audio_file_selector*); +int random_selector_init(struct audio_file_selector*);