X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.c;h=bc6956e9958a01aa3457806e5ac7efac7bf6cad8;hp=2519228890bc2c25f1b82da6887585afe42840ae;hb=8f79f577f809506a12799cb97dba1f111c014df5;hpb=c0a7a2331aba8e8ae82dedd7960390c62857906e diff --git a/osl.c b/osl.c index 25192288..bc6956e9 100644 --- a/osl.c +++ b/osl.c @@ -168,11 +168,10 @@ out: * are passed to \a func. Directories for which the calling process has no * permissions to change to are silently ignored. * - * \return On success, 1 is returned. Otherwise, this function returns a - * negative value which indicates the kind of the error. + * \return Standard. */ int for_each_file_in_dir(const char *dirname, - int (*func)(const char *, const void *), const void *private_data) + int (*func)(const char *, void *), void *private_data) { DIR *dir; struct dirent *entry;