From 984e48ab6bfb2082aff151a36980dc0fb680c69f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 27 May 2008 01:30:18 +0200 Subject: [PATCH 1/1] Do not export para_lseek() and para_write_file(). --- osl.h | 7 ------- 1 file changed, 7 deletions(-) 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); - -- 2.39.2