X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=random_selector.c;h=d9efaaf2cf4b9dd5fd329884f2caca7589c3f3b2;hp=c7cfdb1519cd266007ce86a3b53c428b3a8e4b3a;hb=c85690666e2ed2327e751b819970658d58479bfb;hpb=b661f91b340f1c5e2f58de2609d27c096a4fb711 diff --git a/random_selector.c b/random_selector.c index c7cfdb15..d9efaaf2 100644 --- a/random_selector.c +++ b/random_selector.c @@ -21,7 +21,7 @@ #include /* gettimeofday */ #include "server.cmdline.h" #include "server.h" -#include "db.h" +#include "afs.h" #include "error.h" #include "net.h" #include "string.h" @@ -122,10 +122,11 @@ static void random_shutdown(void) } /** - * the init function for the random audio file selector + * the init function for the random audio file selector * - * Init all function pointers of \a s, init the info text and seed the - * PRNG. + * \param s pointer ro the struct to iniitalize + * + * Init all function pointers of \a s, init the info text and seed the PRNG. * * \sa struct audio_file_selector, misc_meta_data::selector_info, mysql.c */