X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.c;h=f06d4ba3fafa061a4e49e5d34c32648949282ff3;hp=c5f48945ee6ca88980ce67a7376d6b6eb21c4e89;hb=02000a1a24aa9d4f3e437821dc1f2f6b792bc79a;hpb=f2f556689c3061959257a59690b1cfc3adaf7625 diff --git a/osl.c b/osl.c index c5f48945..f06d4ba3 100644 --- a/osl.c +++ b/osl.c @@ -12,7 +12,6 @@ #include "para.h" #include "error.h" #include "fd.h" -#include "list.h" #include "osl_core.h" /** * A wrapper for lseek(2). @@ -171,7 +170,7 @@ out: * \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;