X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.h;h=58969a4392aab2d22383cc93ecd90aa36599ec8c;hp=06fe669e1f947fe18843e14725f20726da4be56d;hb=8f79f577f809506a12799cb97dba1f111c014df5;hpb=d237ec8d2fc5a697f4fa36832cfd6a037a8db7e6 diff --git a/osl.h b/osl.h index 06fe669e..58969a43 100644 --- a/osl.h +++ b/osl.h @@ -1,6 +1,6 @@ #include /* - * Copyright (C) 2007 Andre Noll + * Copyright (C) 2007-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -180,7 +180,7 @@ int osl_get_rank(const struct osl_table *t, struct osl_row *r, unsigned col_num, unsigned *rank); 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); ssize_t para_write_all(int fd, const void *buf, size_t size); int para_lseek(int fd, off_t *offset, int whence); int para_write_file(const char *filename, const void *buf, size_t size);