X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=osl.h;h=8c386c7bcd809d4053128b0943a98b2c90eaa66f;hp=bbfac46801f3f94fc6d773d4fd5741429aff145b;hb=984e48ab6bfb2082aff151a36980dc0fb680c69f;hpb=c870a921193000e3a5123ee4037a81c18218aea5 diff --git a/osl.h b/osl.h index bbfac46..8c386c7 100644 --- a/osl.h +++ b/osl.h @@ -178,10 +178,3 @@ int osl_get_nth_row(const struct osl_table *t, unsigned col_num, unsigned n, struct osl_row **result); 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 *, 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); -