From: Andre Noll Date: Mon, 26 May 2008 23:30:18 +0000 (+0200) Subject: Do not export para_lseek() and para_write_file(). X-Git-Tag: v0.1.0~102 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=984e48ab6bfb2082aff151a36980dc0fb680c69f Do not export para_lseek() and para_write_file(). --- 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); -