X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=db.h;h=3b9d4530189b0b32438da96eb1556d21f456a155;hp=b136869952eace5d5b05886f2179f2c4a2280245;hb=4b6458e9fc11eb741200dfebd8dc96a333956e4b;hpb=3e514007f72825597eaf68ff33339a8eb0ad420b diff --git a/db.h b/db.h index b1368699..3b9d4530 100644 --- 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) */