X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=random_selector.c;h=5d8b386c6f433d68ef55b589bbe077df41c9331b;hp=4c803d8459f2059fba58a489d6fe72da9c26262d;hb=e427612b561782af169327d46ef4df4a398e0c38;hpb=00f1ce3f3871c3148c74358e3bc9ae6f089c916a diff --git a/random_selector.c b/random_selector.c index 4c803d84..5d8b386c 100644 --- a/random_selector.c +++ b/random_selector.c @@ -106,7 +106,7 @@ out: return ret_list; } -void random_update_audio_file(char *audio_file) +static void random_update_audio_file(char *audio_file) { char *dn = para_dirname(audio_file); snprintf(mmd->selector_info, MMD_INFO_SIZE - 1, @@ -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 */