X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.c;h=f06d4ba3fafa061a4e49e5d34c32648949282ff3;hp=c5f48945ee6ca88980ce67a7376d6b6eb21c4e89;hb=d27b31524e1d60ad4fdbeb606bba31ba0ee54048;hpb=00998a993f9fc00f06f3ee5c87697c574e84ac21 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;