]> git.tuebingen.mpg.de Git - osl.git/blobdiff - osl_core.h
Get rid of E_OSL_STAT.
[osl.git] / osl_core.h
index 858743aae308c236d242586abdcf6ac50e99ee0e..8a575c685e9e698995d5f8b8c41cb704620812cb 100644 (file)
@@ -9,7 +9,7 @@
 #include "rbtree.h"
 #include "hash.h"
 
 #include "rbtree.h"
 #include "hash.h"
 
-static __must_check __printf_1_2 __malloc char *make_message(const char *fmt, ...);
+__must_check __printf_1_2 __malloc char *make_message(const char *fmt, ...);
 
 /** Internal representation of a column of an osl table. */
 struct osl_column {
 
 /** Internal representation of a column of an osl table. */
 struct osl_column {
@@ -83,7 +83,6 @@ int init_table_structure(const struct osl_table_description *desc,
 int row_is_invalid(struct osl_table *t, uint32_t row_num);
 int get_mapped_object(const struct osl_table *t, unsigned col_num,
        uint32_t row_num, struct osl_object *obj);
 int row_is_invalid(struct osl_table *t, uint32_t row_num);
 int get_mapped_object(const struct osl_table *t, unsigned col_num,
        uint32_t row_num, struct osl_object *obj);
-int para_truncate(const char *filename, off_t size);
 int unmap_table(struct osl_table *t, enum osl_close_flags flags);
 int init_rbtrees(struct osl_table *t);
 
 int unmap_table(struct osl_table *t, enum osl_close_flags flags);
 int init_rbtrees(struct osl_table *t);