audiod.ggo: Update filter help text
[paraslash.git] / db.h
diff --git a/db.h b/db.h
index b136869952eace5d5b05886f2179f2c4a2280245..3b9d4530189b0b32438da96eb1556d21f456a155 100644 (file)
--- a/db.h
+++ b/db.h
@@ -29,8 +29,6 @@ int find_audio_files(const char *dirname, int (*f)(const char *, const char *));
  * There is one such struct for each supported selector.  During the startup
  * part of para_server the \a init() function of the activated selector gets
  * called which fills in all other function pointers.
-
- *
  *
  */
 struct audio_file_selector {
@@ -100,8 +98,8 @@ void (*shutdown)(void);
  * para_server enters its main select loop. The selector may add its own file
  * descriptors to the \a rfds or the \a wfds set.
  *
- * If a file descriptor was added, \a max_fileno must be increased by
- * this function, if neccessary.
+ * \return The highest-numbered file descriptor which was added to either of
+ * the two fd sets (or -1 if no file descriptors were added).
  *
  * \sa select(2)
  */