Handle sender commands in vss_post_select().
[paraslash.git] / osl.c
diff --git a/osl.c b/osl.c
index c5f48945ee6ca88980ce67a7376d6b6eb21c4e89..bc6956e9958a01aa3457806e5ac7efac7bf6cad8 100644 (file)
--- 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;