X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.c;h=bc6956e9958a01aa3457806e5ac7efac7bf6cad8;hp=c5f48945ee6ca88980ce67a7376d6b6eb21c4e89;hb=68f0d202714b85c9b5e649dcefc41df58fe8e31e;hpb=f2f556689c3061959257a59690b1cfc3adaf7625 diff --git a/osl.c b/osl.c index c5f48945..bc6956e9 100644 --- a/osl.c +++ b/osl.c @@ -171,7 +171,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;