]> git.tuebingen.mpg.de Git - osl.git/commitdiff
Do not export para_lseek() and para_write_file().
authorAndre Noll <maan@systemlinux.org>
Mon, 26 May 2008 23:30:18 +0000 (01:30 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 26 May 2008 23:30:18 +0000 (01:30 +0200)
osl.h

diff --git a/osl.h b/osl.h
index bbfac46801f3f94fc6d773d4fd5741429aff145b..8c386c7bcd809d4053128b0943a98b2c90eaa66f 100644 (file)
--- 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);
-