]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - random_selector.c
rename db.c to afs.c and db.h to afs.h
[paraslash.git] / random_selector.c
index c7cfdb1519cd266007ce86a3b53c428b3a8e4b3a..d9efaaf2cf4b9dd5fd329884f2caca7589c3f3b2 100644 (file)
@@ -21,7 +21,7 @@
 #include <sys/time.h> /* 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
  */